public class DiscountDTO extends ItemDTO
| Constructor and Description |
|---|
DiscountDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAbsolute() |
String |
getCode() |
CurrencyDTO |
getCurrency() |
String |
getDiscountString() |
Boolean |
getGlobal() |
String |
getName() |
Collection<AbstractOrderDTO> |
getOrders() |
Integer |
getPriority() |
Double |
getValue() |
void |
setAbsolute(Boolean value) |
void |
setCode(String value) |
void |
setCurrency(CurrencyDTO value) |
void |
setDiscountString(String value) |
void |
setGlobal(Boolean value) |
void |
setName(String value) |
void |
setOrders(Collection<AbstractOrderDTO> value) |
void |
setPriority(Integer value) |
void |
setValue(Double value) |
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic Boolean getAbsolute()
public String getCode()
public CurrencyDTO getCurrency()
public String getDiscountString()
public Boolean getGlobal()
public String getName()
public Collection<AbstractOrderDTO> getOrders()
public Integer getPriority()
public Double getValue()
public void setAbsolute(Boolean value)
public void setCode(String value)
public void setCurrency(CurrencyDTO value)
public void setDiscountString(String value)
public void setGlobal(Boolean value)
public void setName(String value)
public void setOrders(Collection<AbstractOrderDTO> value)
public void setPriority(Integer value)
public void setValue(Double value)
Copyright © 2017 SAP SE. All Rights Reserved.