public class RedeemVoucherDTO extends RedeemVoucherDataParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldValueDTO,RedeemVoucherDTO> |
CUSTOM_VALUES |
TOKEN, USER| Constructor and Description |
|---|
RedeemVoucherDTO() |
RedeemVoucherDTO(Property<T,? super RedeemVoucherDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldValueDTO> |
getCustomValues() |
void |
setCustomValues(java.util.List<CustomFieldValueDTO> customValues) |
getToken, getUser, setToken, setUseraddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CustomFieldValueDTO,RedeemVoucherDTO> CUSTOM_VALUES
public RedeemVoucherDTO()
public RedeemVoucherDTO(Property<T,? super RedeemVoucherDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class RedeemVoucherDataParamspublic java.util.List<CustomFieldValueDTO> getCustomValues()
public void setCustomValues(java.util.List<CustomFieldValueDTO> customValues)
public java.lang.String className()
className in class RedeemVoucherDataParams