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