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