public class PromotionQuantityAndPricesRowDTO extends ItemDTO
| Constructor and Description |
|---|
PromotionQuantityAndPricesRowDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PromotionPriceRowDTO> |
getPrices() |
Long |
getQuantity() |
void |
setPrices(Collection<PromotionPriceRowDTO> value) |
void |
setQuantity(Long value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic PromotionQuantityAndPricesRowDTO()
public Collection<PromotionPriceRowDTO> getPrices()
public Long getQuantity()
public void setPrices(Collection<PromotionPriceRowDTO> value)
public void setQuantity(Long value)
Copyright © 2017 SAP SE. All Rights Reserved.