Class TariffPlanData
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.tariff.common.bean.TariffPlanData
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setComment
(String comment) void
setCountActive
(int countActive) void
setCountAll
(int countAll) void
setCountChild
(int countChild) Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
TariffPlanData
public TariffPlanData()
-
-
Method Details
-
getCountChild
public int getCountChild() -
setCountChild
public void setCountChild(int countChild) -
getCountActive
public int getCountActive() -
setCountActive
public void setCountActive(int countActive) -
getCountAll
public int getCountAll() -
setCountAll
public void setCountAll(int countAll) -
getComment
-
setComment
-