public class ChargeEntryDTO extends ItemDTO
| Constructor and Description |
|---|
ChargeEntryDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
BillingTimeDTO |
getBillingTime() |
CatalogVersionDTO |
getCatalogVersion() |
CurrencyDTO |
getCurrency() |
String |
getId() |
Double |
getPrice() |
void |
setBillingTime(BillingTimeDTO value) |
void |
setCatalogVersion(CatalogVersionDTO value) |
void |
setCurrency(CurrencyDTO value) |
void |
setId(String value) |
void |
setPrice(Double value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic ChargeEntryDTO()
public BillingTimeDTO getBillingTime()
public CatalogVersionDTO getCatalogVersion()
public CurrencyDTO getCurrency()
public String getId()
public Double getPrice()
public void setBillingTime(BillingTimeDTO value)
public void setCatalogVersion(CatalogVersionDTO value)
public void setCurrency(CurrencyDTO value)
public void setId(String value)
public void setPrice(Double value)
Copyright © 2017 SAP SE. All Rights Reserved.