📄 houslevloptsn.java
字号:
package com.woyi.dto;
// default package
/**
* HousLevlOptsn generated by MyEclipse Persistence Tools
*/
public class HousLevlOptsn implements java.io.Serializable {
// Fields
private Integer houslevloptsnId;
private Integer houslevloptsnName;
private String parentid;
private Integer childid;
// Constructors
/** default constructor */
public HousLevlOptsn() {
}
/** full constructor */
public HousLevlOptsn(Integer houslevloptsnName, String parentid,
Integer childid) {
this.houslevloptsnName = houslevloptsnName;
this.parentid = parentid;
this.childid = childid;
}
// Property accessors
public Integer getHouslevloptsnId() {
return this.houslevloptsnId;
}
public void setHouslevloptsnId(Integer houslevloptsnId) {
this.houslevloptsnId = houslevloptsnId;
}
public Integer getHouslevloptsnName() {
return this.houslevloptsnName;
}
public void setHouslevloptsnName(Integer houslevloptsnName) {
this.houslevloptsnName = houslevloptsnName;
}
public String getParentid() {
return this.parentid;
}
public void setParentid(String parentid) {
this.parentid = parentid;
}
public Integer getChildid() {
return this.childid;
}
public void setChildid(Integer childid) {
this.childid = childid;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -