Class TariffLabelItem
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.tariff.common.bean.TariffLabelItem
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleansetId(int id) Устанавливает id объектаsetParentId(int parentId) voidsetSelected(boolean selected) voidsetTariffLinkCount(int tariffLinkCount) Устанавливает название (описание) объекта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
-
TariffLabelItem
public TariffLabelItem()
-
-
Method Details
-
getParentId
public int getParentId() -
getTariffLinkCount
public int getTariffLinkCount() -
isSelected
public boolean isSelected() -
setId
Description copied from class:IdУстанавливает id объекта -
setParentId
-
setSelected
public void setSelected(boolean selected) -
setTariffLinkCount
public void setTariffLinkCount(int tariffLinkCount) -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-