public class VoucherDTO extends DiscountDTO
| Constructor and Description |
|---|
VoucherDTO()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Boolean |
getFreeShipping() |
Collection<VoucherInvalidationDTO> |
getInvalidations() |
Set<RestrictionDTO> |
getRestrictions() |
String |
getValueString() |
void |
setDescription(String value) |
void |
setFreeShipping(Boolean value) |
void |
setInvalidations(Collection<VoucherInvalidationDTO> value) |
void |
setRestrictions(Set<RestrictionDTO> value) |
void |
setValueString(String value) |
getAbsolute, getCode, getCurrency, getDiscountString, getGlobal, getName, getOrders, getPriority, getValue, setAbsolute, setCode, setCurrency, setDiscountString, setGlobal, setName, setOrders, setPriority, setValuegetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic String getDescription()
public Boolean getFreeShipping()
public Collection<VoucherInvalidationDTO> getInvalidations()
public Set<RestrictionDTO> getRestrictions()
public String getValueString()
public void setDescription(String value)
public void setFreeShipping(Boolean value)
public void setInvalidations(Collection<VoucherInvalidationDTO> value)
public void setRestrictions(Set<RestrictionDTO> value)
public void setValueString(String value)
Copyright © 2017 SAP SE. All Rights Reserved.