public class MobileCostPlanDTO extends ItemDTO
modifiedPropsSet| Constructor and Description |
|---|
MobileCostPlanDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate() |
java.math.BigDecimal |
getPrice() |
CurrencyDTO |
getPriceCurrency() |
MobileShortcodeDTO |
getReceivingShortcode() |
MobileShortcodeDTO |
getSendingShortcode() |
java.util.Date |
getStartDate() |
void |
setEndDate(java.util.Date value) |
void |
setPrice(java.math.BigDecimal value) |
void |
setPriceCurrency(CurrencyDTO value) |
void |
setReceivingShortcode(MobileShortcodeDTO value) |
void |
setSendingShortcode(MobileShortcodeDTO value) |
void |
setStartDate(java.util.Date value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, isSealed, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPk, setSealedgetModifiedProperties, getUri, setUripublic MobileCostPlanDTO()
public java.util.Date getEndDate()
public java.math.BigDecimal getPrice()
public CurrencyDTO getPriceCurrency()
public MobileShortcodeDTO getReceivingShortcode()
public MobileShortcodeDTO getSendingShortcode()
public java.util.Date getStartDate()
public void setEndDate(java.util.Date value)
public void setPrice(java.math.BigDecimal value)
public void setPriceCurrency(CurrencyDTO value)
public void setReceivingShortcode(MobileShortcodeDTO value)
public void setSendingShortcode(MobileShortcodeDTO value)
public void setStartDate(java.util.Date value)
Copyright © 2018 SAP SE. All Rights Reserved.