Class ContractLabelItem
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.label.common.bean.ContractLabelItem
- All Implemented Interfaces:
Serializable,Comparable<ContractLabelItem>,GuiTitlable,Idable,ListItem,TreeNode<ContractLabelItem>
public class ContractLabelItem
extends IdTitle
implements TreeNode<ContractLabelItem>, Comparable<ContractLabelItem>
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(ContractLabelItem child) intintintintbooleanisEmpty()booleanbooleanremoveChild(ContractLabelItem child) setChildren(List<ContractLabelItem> children) setComment(String comment) setContractLabelType(ContractLabelType contractLabelType) setContractLinkCount(int contractLinkCount) setForbiddenEdit(boolean forbiddenEdit) setId(int id) Устанавливает id объектаsetParentId(int parentId) setSelected(boolean selected) setSortPosition(int sortPosition) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
ContractLabelItem
public ContractLabelItem()
-
-
Method Details
-
addChild
-
compareTo
- Specified by:
compareToin interfaceComparable<ContractLabelItem>
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode<ContractLabelItem>
-
getComment
-
getContractLabelType
-
getContractLinkCount
public int getContractLinkCount() -
getParentId
public int getParentId() -
getSortPosition
public int getSortPosition() -
isEmpty
public boolean isEmpty() -
isForbiddenEdit
public boolean isForbiddenEdit() -
isSelected
public boolean isSelected() -
removeChild
-
setChildren
-
setComment
-
setContractLabelType
-
setContractLinkCount
-
setForbiddenEdit
-
setId
Description copied from class:IdУстанавливает id объекта -
setParentId
-
setSelected
-
setSortPosition
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-