public class ContractLabelItem extends IdTitle implements TreeNode<ContractLabelItem>
Constructor and Description |
---|
ContractLabelItem() |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ContractLabelItem child) |
java.util.List<ContractLabelItem> |
getChildren() |
ContractLabelType |
getContractLabelType() |
int |
getContractLinkCount() |
int |
getParentId() |
boolean |
isEmpty() |
boolean |
isSelected() |
void |
removeChild(ContractLabelItem child) |
void |
setChildren(java.util.List<ContractLabelItem> children) |
void |
setContractLabelType(ContractLabelType contractLabelType) |
void |
setContractLinkCount(int contractLinkCount) |
void |
setParentId(int parentId) |
void |
setSelected(boolean selected) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public int getParentId()
public void removeChild(ContractLabelItem child)
public boolean isEmpty()
public void addChild(ContractLabelItem child)
public void setChildren(java.util.List<ContractLabelItem> children)
public void setParentId(int parentId)
public int getContractLinkCount()
public void setContractLinkCount(int contractLinkCount)
public boolean isSelected()
public void setSelected(boolean selected)
public ContractLabelType getContractLabelType()
public void setContractLabelType(ContractLabelType contractLabelType)
public java.util.List<ContractLabelItem> getChildren()
getChildren
in interface TreeNode<ContractLabelItem>