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:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class TariffPlanData extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TariffPlanData()
-
Method Summary
Modifier and Type Method Description java.lang.String
getComment()
int
getCountActive()
int
getCountAll()
int
getCountChild()
void
setComment(java.lang.String comment)
void
setCountActive(int countActive)
void
setCountAll(int countAll)
void
setCountChild(int countChild)
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-