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

📄 permissions.java

📁 jsf在线考试系统的实例
💻 JAVA
字号:
package com.jlobo.identity;
// default package



/**
 * Permissions generated by MyEclipse Persistence Tools
 */

public class Permissions  implements java.io.Serializable {


    // Fields    

     private Long id;
     private String entity;
     private String _class;
     private String name;
     private String type;
     private String action;
     private String remark;


    // Constructors

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

    
    /** full constructor */
    public Permissions(String entity, String _class, String name, String type,String action, String remark) {
        this.entity = entity;
        this._class = _class;
        this.name = name;
        this.type = type;
        this.action = action;
        this.remark = remark;
    }

   
    // Property accessors

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

    public String getEntity() {
        return this.entity;
    }
    
    public void setEntity(String entity) {
        this.entity = entity;
    }

    public String get_class() {
        return this._class;
    }
    
    public void set_class(String _class) {
        this._class = _class;
    }

    public String getName() {
        return this.name;
    }
    
    public void setName(String name) {
        this.name = name;
    }

    public String getAction() {
        return this.action;
    }
    
    public void setAction(String action) {
        this.action = action;
    }

    public String getRemark() {
        return this.remark;
    }
    
    public void setRemark(String remark) {
        this.remark = remark;
    }


	public String getType() {
		return type;
	}


	public void setType(String type) {
		this.type = type;
	}
   








}

⌨️ 快捷键说明

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