📄 abstractsys菜单基本表.java
字号:
package hospital.Model;
/**
* AbstractSys菜单基本表 generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractSys菜单基本表 implements java.io.Serializable {
// Fields
private String 菜单id;
private Sys菜单表 sys菜单表;
private String 表名;
private String 映射表名;
private String 关键字名;
private String 界面表现规则;
// Constructors
/** default constructor */
public AbstractSys菜单基本表() {
}
/** minimal constructor */
public AbstractSys菜单基本表(String 菜单id, Sys菜单表 sys菜单表) {
this.菜单id = 菜单id;
this.sys菜单表 = sys菜单表;
}
/** full constructor */
public AbstractSys菜单基本表(String 菜单id, Sys菜单表 sys菜单表, String 表名, String 映射表名, String 关键字名, String 界面表现规则) {
this.菜单id = 菜单id;
this.sys菜单表 = sys菜单表;
this.表名 = 表名;
this.映射表名 = 映射表名;
this.关键字名 = 关键字名;
this.界面表现规则 = 界面表现规则;
}
// Property accessors
public String get菜单id() {
return this.菜单id;
}
public void set菜单id(String 菜单id) {
this.菜单id = 菜单id;
}
public Sys菜单表 getSys菜单表() {
return this.sys菜单表;
}
public void setSys菜单表(Sys菜单表 sys菜单表) {
this.sys菜单表 = sys菜单表;
}
public String get表名() {
return this.表名;
}
public void set表名(String 表名) {
this.表名 = 表名;
}
public String get映射表名() {
return this.映射表名;
}
public void set映射表名(String 映射表名) {
this.映射表名 = 映射表名;
}
public String get关键字名() {
return this.关键字名;
}
public void set关键字名(String 关键字名) {
this.关键字名 = 关键字名;
}
public String get界面表现规则() {
return this.界面表现规则;
}
public void set界面表现规则(String 界面表现规则) {
this.界面表现规则 = 界面表现规则;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -