public class PromotionOrderEntryConsumedDTO extends ItemDTO
| Constructor and Description |
|---|
PromotionOrderEntryConsumedDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdjustedUnitPrice() |
String |
getCode() |
AbstractOrderEntryDTO |
getOrderEntry() |
PromotionResultDTO |
getPromotionResult() |
Long |
getQuantity() |
void |
setAdjustedUnitPrice(Double value) |
void |
setCode(String value) |
void |
setOrderEntry(AbstractOrderEntryDTO value) |
void |
setPromotionResult(PromotionResultDTO value) |
void |
setQuantity(Long value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic PromotionOrderEntryConsumedDTO()
public Double getAdjustedUnitPrice()
public String getCode()
public AbstractOrderEntryDTO getOrderEntry()
public PromotionResultDTO getPromotionResult()
public Long getQuantity()
public void setAdjustedUnitPrice(Double value)
public void setCode(String value)
public void setOrderEntry(AbstractOrderEntryDTO value)
public void setPromotionResult(PromotionResultDTO value)
public void setQuantity(Long value)
Copyright © 2017 SAP SE. All Rights Reserved.