public static class BrmDeptTreeResponse.DeptPageData extends Object
| 构造器和说明 |
|---|
DeptPageData() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCheckStat() |
Long |
getId() |
int |
getIsParent() |
String |
getName() |
int |
getNodeType() |
int |
getPageNum() |
String |
getPaperNumber() |
int |
getPaperType() |
Long |
getParentId() |
String |
getPersonCode() |
Long |
getPersonId() |
Long |
getPersonIdentity() |
String |
getPersonName() |
int |
getSort() |
boolean |
isCheck() |
void |
setCheck(boolean check) |
void |
setCheckStat(int checkStat) |
void |
setId(Long id) |
void |
setIsParent(int isParent) |
void |
setName(String name) |
void |
setNodeType(int nodeType) |
void |
setPageNum(int pageNum) |
void |
setPaperNumber(String paperNumber) |
void |
setPaperType(int paperType) |
void |
setParentId(Long parentId) |
void |
setPersonCode(String personCode) |
void |
setPersonId(Long personId) |
void |
setPersonIdentity(Long personIdentity) |
void |
setPersonName(String personName) |
void |
setSort(int sort) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getParentId()
public void setParentId(Long parentId)
public String getName()
public void setName(String name)
public int getCheckStat()
public void setCheckStat(int checkStat)
public int getSort()
public void setSort(int sort)
public int getIsParent()
public void setIsParent(int isParent)
public int getNodeType()
public void setNodeType(int nodeType)
public int getPageNum()
public void setPageNum(int pageNum)
public Long getPersonId()
public void setPersonId(Long personId)
public String getPersonCode()
public void setPersonCode(String personCode)
public String getPersonName()
public void setPersonName(String personName)
public Long getPersonIdentity()
public void setPersonIdentity(Long personIdentity)
public String getPaperNumber()
public void setPaperNumber(String paperNumber)
public int getPaperType()
public void setPaperType(int paperType)
public boolean isCheck()
public void setCheck(boolean check)
Copyright © 2023. All rights reserved.