Class RunTelTariff
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.runtel.common.bean.RunTelTariff
- All Implemented Interfaces:
java.io.Serializable,GuiTitlable,Idable,ListItem
public class RunTelTariff extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RunTelTariff() -
Method Summary
Modifier and Type Method Description java.lang.StringgetConfig()java.math.BigDecimalgetCost()intgetServiceId()voidsetConfig(java.lang.String config)voidsetCost(java.math.BigDecimal cost)voidsetServiceId(int serviceId)Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RunTelTariff
public RunTelTariff()
-
-
Method Details
-
getServiceId
public int getServiceId() -
setServiceId
public void setServiceId(int serviceId) -
getCost
public java.math.BigDecimal getCost() -
setCost
public void setCost(java.math.BigDecimal cost) -
getConfig
public java.lang.String getConfig() -
setConfig
public void setConfig(java.lang.String config)
-