public class TrafficRangeSpec extends IdTitle
Constructor and Description |
---|
TrafficRangeSpec() |
Modifier and Type | Method and 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) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public java.lang.String getTitleForCustomer()
public void setTitleForCustomer(java.lang.String titleForCustomer)
public int getMode()
public void setMode(int mode)
public int getType()
public void setType(int type)
public int getTariffOptionId()
public void setTariffOptionId(int tariffOptionId)
public int getMaxAmountType()
public void setMaxAmountType(int maxAmountType)
public long getMaxAmount()
public void setMaxAmount(long maxAmount)
public boolean isTariffOptionDeactivate()
public void setTariffOptionDeactivate(boolean tariffOptionDeactivate)
public java.lang.String getComment()
public void setComment(java.lang.String comment)