📄 roletypemenu.java
字号:
package com.je.ims.hibernate;
/**
* RoleTypeMenu generated by MyEclipse - Hibernate Tools
*/
public class RoleTypeMenu implements java.io.Serializable {
// Fields
private RoleTypeMenuId id;
private Long readWrite;
// Constructors
/** default constructor */
public RoleTypeMenu() {
}
/** full constructor */
public RoleTypeMenu(RoleTypeMenuId id, Long readWrite) {
this.id = id;
this.readWrite = readWrite;
}
// Property accessors
public RoleTypeMenuId getId() {
return this.id;
}
public void setId(RoleTypeMenuId id) {
this.id = id;
}
public Long getReadWrite() {
return this.readWrite;
}
public void setReadWrite(Long readWrite) {
this.readWrite = readWrite;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -