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.String
getConfig()
java.math.BigDecimal
getCost()
int
getServiceId()
void
setConfig(java.lang.String config)
void
setCost(java.math.BigDecimal cost)
void
setServiceId(int serviceId)
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
-
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)
-