public class OrganizationOrderStatisticsDTO extends ItemDTO
| Constructor and Description |
|---|
OrganizationOrderStatisticsDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
String |
getCategory() |
CurrencyDTO |
getCurrency() |
Date |
getDate() |
Double |
getOrderTotal() |
B2BUnitDTO |
getUnit() |
void |
setCatalog(String value) |
void |
setCategory(String value) |
void |
setCurrency(CurrencyDTO value) |
void |
setDate(Date value) |
void |
setOrderTotal(Double value) |
void |
setUnit(B2BUnitDTO value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic OrganizationOrderStatisticsDTO()
public String getCatalog()
public String getCategory()
public CurrencyDTO getCurrency()
public Date getDate()
public Double getOrderTotal()
public B2BUnitDTO getUnit()
public void setCatalog(String value)
public void setCategory(String value)
public void setCurrency(CurrencyDTO value)
public void setDate(Date value)
public void setOrderTotal(Double value)
public void setUnit(B2BUnitDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.