Class TrafficRangeSpec
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.inet.common.bean.TrafficRangeSpec
- All Implemented Interfaces:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class TrafficRangeSpec extends IdTitle
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TrafficRangeSpec()
-
Method Summary
Modifier and Type Method Description java.lang.String
getComment()
long
getMaxAmount()
int
getMaxAmountType()
int
getMode()
int
getTariffOptionId()
java.lang.String
getTitleForCustomer()
int
getType()
boolean
isTariffOptionDeactivate()
void
setComment(java.lang.String comment)
void
setMaxAmount(long maxAmount)
void
setMaxAmountType(int maxAmountType)
void
setMode(int mode)
void
setTariffOptionDeactivate(boolean tariffOptionDeactivate)
void
setTariffOptionId(int tariffOptionId)
void
setTitleForCustomer(java.lang.String titleForCustomer)
void
setType(int type)
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
-
TrafficRangeSpec
public TrafficRangeSpec()
-
-
Method Details
-
getTitleForCustomer
public java.lang.String getTitleForCustomer() -
setTitleForCustomer
public void setTitleForCustomer(java.lang.String titleForCustomer) -
getMode
public int getMode() -
setMode
public void setMode(int mode) -
getType
public int getType() -
setType
public void setType(int type) -
getTariffOptionId
public int getTariffOptionId() -
setTariffOptionId
public void setTariffOptionId(int tariffOptionId) -
getMaxAmountType
public int getMaxAmountType() -
setMaxAmountType
public void setMaxAmountType(int maxAmountType) -
getMaxAmount
public long getMaxAmount() -
setMaxAmount
public void setMaxAmount(long maxAmount) -
isTariffOptionDeactivate
public boolean isTariffOptionDeactivate() -
setTariffOptionDeactivate
public void setTariffOptionDeactivate(boolean tariffOptionDeactivate) -
getComment
public java.lang.String getComment() -
setComment
public void setComment(java.lang.String comment)
-