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:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
int
getMode()
int
int
getType()
boolean
void
setComment
(String comment) void
setMaxAmount
(long maxAmount) void
setMaxAmountType
(int maxAmountType) void
setMode
(int mode) void
setTariffOptionDeactivate
(boolean tariffOptionDeactivate) void
setTariffOptionId
(int tariffOptionId) void
setTitleForCustomer
(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
-
Constructor Details
-
TrafficRangeSpec
public TrafficRangeSpec()
-
-
Method Details
-
getTitleForCustomer
-
setTitleForCustomer
-
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
-
setComment
-