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

📄 popedom.java

📁 机房运营维护系统 java+oracle9i 使用struts 分用户权限 完成用户对机房信息的增删改查等功能
💻 JAVA
字号:
package ms.hibernate;

import java.util.HashSet;
import java.util.Set;


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

public class Popedom  implements java.io.Serializable {


    // Fields    

     private Long popedomid;
     private Module module;
     private String popedom;
     private Set rolePopedoms = new HashSet(0);
     private Set logs = new HashSet(0);


    // Constructors

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

	/** minimal constructor */
    public Popedom(Long popedomid) {
        this.popedomid = popedomid;
    }
    
    /** full constructor */
    public Popedom(Long popedomid, Module module, String popedom, Set rolePopedoms, Set logs) {
        this.popedomid = popedomid;
        this.module = module;
        this.popedom = popedom;
        this.rolePopedoms = rolePopedoms;
        this.logs = logs;
    }

   
    // Property accessors

    public Long getPopedomid() {
        return this.popedomid;
    }
    
    public void setPopedomid(Long popedomid) {
        this.popedomid = popedomid;
    }

    public Module getModule() {
        return this.module;
    }
    
    public void setModule(Module module) {
        this.module = module;
    }

    public String getPopedom() {
        return this.popedom;
    }
    
    public void setPopedom(String popedom) {
        this.popedom = popedom;
    }

    public Set getRolePopedoms() {
        return this.rolePopedoms;
    }
    
    public void setRolePopedoms(Set rolePopedoms) {
        this.rolePopedoms = rolePopedoms;
    }

    public Set getLogs() {
        return this.logs;
    }
    
    public void setLogs(Set logs) {
        this.logs = logs;
    }
   








}

⌨️ 快捷键说明

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