📄 abstractsys菜单表.java
字号:
package hospital.Model;
import java.util.HashSet;
import java.util.Set;
/**
* AbstractSys菜单表 generated by MyEclipse - Hibernate Tools
*/
public abstract class AbstractSys菜单表 implements java.io.Serializable {
// Fields
private String menuId;
private String parentId;
private Short depth;
private Float sequenceNo;
private String name;
private String url;
private String title;
private String target;
private String icon;
private String iconOpen;
private String isOpened;
private Set sys菜单对应表s = new HashSet(0);
private Set sys菜单基本表s = new HashSet(0);
private Set sys角色菜单表s = new HashSet(0);
private Set sys菜单按钮表s = new HashSet(0);
// Constructors
/** default constructor */
public AbstractSys菜单表() {
}
/** minimal constructor */
public AbstractSys菜单表(String menuId, String parentId, Short depth, Float sequenceNo, String name) {
this.menuId = menuId;
this.parentId = parentId;
this.depth = depth;
this.sequenceNo = sequenceNo;
this.name = name;
}
/** full constructor */
public AbstractSys菜单表(String menuId, String parentId, Short depth, Float sequenceNo, String name, String url, String title, String target, String icon, String iconOpen, String isOpened, Set sys菜单对应表s, Set sys菜单基本表s, Set sys角色菜单表s, Set sys菜单按钮表s) {
this.menuId = menuId;
this.parentId = parentId;
this.depth = depth;
this.sequenceNo = sequenceNo;
this.name = name;
this.url = url;
this.title = title;
this.target = target;
this.icon = icon;
this.iconOpen = iconOpen;
this.isOpened = isOpened;
this.sys菜单对应表s = sys菜单对应表s;
this.sys菜单基本表s = sys菜单基本表s;
this.sys角色菜单表s = sys角色菜单表s;
this.sys菜单按钮表s = sys菜单按钮表s;
}
// Property accessors
public String getMenuId() {
return this.menuId;
}
public void setMenuId(String menuId) {
this.menuId = menuId;
}
public String getParentId() {
return this.parentId;
}
public void setParentId(String parentId) {
this.parentId = parentId;
}
public Short getDepth() {
return this.depth;
}
public void setDepth(Short depth) {
this.depth = depth;
}
public Float getSequenceNo() {
return this.sequenceNo;
}
public void setSequenceNo(Float sequenceNo) {
this.sequenceNo = sequenceNo;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getUrl() {
return this.url;
}
public void setUrl(String url) {
this.url = url;
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
}
public String getTarget() {
return this.target;
}
public void setTarget(String target) {
this.target = target;
}
public String getIcon() {
return this.icon;
}
public void setIcon(String icon) {
this.icon = icon;
}
public String getIconOpen() {
return this.iconOpen;
}
public void setIconOpen(String iconOpen) {
this.iconOpen = iconOpen;
}
public String getIsOpened() {
return this.isOpened;
}
public void setIsOpened(String isOpened) {
this.isOpened = isOpened;
}
public Set getSys菜单对应表s() {
return this.sys菜单对应表s;
}
public void setSys菜单对应表s(Set sys菜单对应表s) {
this.sys菜单对应表s = sys菜单对应表s;
}
public Set getSys菜单基本表s() {
return this.sys菜单基本表s;
}
public void setSys菜单基本表s(Set sys菜单基本表s) {
this.sys菜单基本表s = sys菜单基本表s;
}
public Set getSys角色菜单表s() {
return this.sys角色菜单表s;
}
public void setSys角色菜单表s(Set sys角色菜单表s) {
this.sys角色菜单表s = sys角色菜单表s;
}
public Set getSys菜单按钮表s() {
return this.sys菜单按钮表s;
}
public void setSys菜单按钮表s(Set sys菜单按钮表s) {
this.sys菜单按钮表s = sys菜单按钮表s;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -