⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 impowertb.java

📁 一个新闻发布系统
💻 JAVA
字号:
package com.accp.t29.hibernate.pojo;



/**
 * ImpowerTb generated by MyEclipse - Hibernate Tools
 */

public class ImpowerTb  implements java.io.Serializable {


    // Fields    

     private long id;
     private PrivilegeTb privilegeTb;
     private RoleTb roleTb;


    // Constructors

    /** default constructor */
    public ImpowerTb() {
    }

    
    /** full constructor */
    public ImpowerTb(PrivilegeTb privilegeTb, RoleTb roleTb) {
        this.privilegeTb = privilegeTb;
        this.roleTb = roleTb;
    }

   
    // Property accessors

    public long getId() {
        return this.id;
    }
    
    public void setId(long id) {
        this.id = id;
    }

    public PrivilegeTb getPrivilegeTb() {
        return this.privilegeTb;
    }
    
    public void setPrivilegeTb(PrivilegeTb privilegeTb) {
        this.privilegeTb = privilegeTb;
    }

    public RoleTb getRoleTb() {
        return this.roleTb;
    }
    
    public void setRoleTb(RoleTb roleTb) {
        this.roleTb = roleTb;
    }
   








}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -