@TableName(value="sys_dept")
public class SysDept
extends top.ibase4j.core.base.BaseModel
Constructor and Description |
---|
SysDept() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getDeptName() |
Integer |
getLeaf() |
Long |
getParentId() |
String |
getParentName() |
Integer |
getSortNo() |
Integer |
getUnitId() |
int |
hashCode() |
void |
setDeptName(String deptName) |
void |
setLeaf(Integer leaf) |
void |
setParentId(Long parentId) |
void |
setParentName(String parentName) |
void |
setSortNo(Integer sortNo) |
void |
setUnitId(Integer unitId) |
String |
toString() |
public String getDeptName()
public void setDeptName(String deptName)
deptName
- the value for sys_dept.dept_namepublic Long getParentId()
public void setParentId(Long parentId)
parentId
- the value for sys_dept.parent_idpublic Integer getUnitId()
public void setUnitId(Integer unitId)
public Integer getSortNo()
public void setSortNo(Integer sortNo)
sortNo
- the value for sys_dept.sort_nopublic Integer getLeaf()
public void setLeaf(Integer leaf)
leaf
- the value for sys_dept.leaf_public String getParentName()
public void setParentName(String parentName)
Copyright © 2018. All rights reserved.