public class Product extends IdTitle
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
int |
getAmountOfDays() |
java.lang.String |
getDescription() |
SubscriptionPeriodType |
getPeriodType() |
java.math.BigDecimal |
getPrice() |
int |
getServiceId() |
java.lang.String |
getSoftLineCode() |
void |
setAmountOfDays(int amountOfDays) |
void |
setDescription(java.lang.String description) |
void |
setPeriodType(SubscriptionPeriodType periodType) |
void |
setPrice(java.math.BigDecimal price) |
void |
setServiceId(int serviceId) |
void |
setSoftLineCode(java.lang.String softLineCode) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getSoftLineCode()
public void setSoftLineCode(java.lang.String softLineCode)
public java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal price)
public int getServiceId()
public void setServiceId(int serviceId)
public SubscriptionPeriodType getPeriodType()
public void setPeriodType(SubscriptionPeriodType periodType)
public int getAmountOfDays()
public void setAmountOfDays(int amountOfDays)