public class ProductAdminVoucherDTO extends ProductVoucherDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> |
CANCEL |
static BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> |
CHANGE_EXPIRATION_DATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> |
GENERATE |
static BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> |
VIEW |
BUY, CONFIGURATION, REDEEMID| Constructor and Description |
|---|
ProductAdminVoucherDTO() |
ProductAdminVoucherDTO(java.lang.Long id) |
ProductAdminVoucherDTO(Property<T,? super ProductAdminVoucherDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isCancel() |
boolean |
isChangeExpirationDate() |
boolean |
isGenerate() |
boolean |
isView() |
void |
setCancel(boolean cancel) |
void |
setChangeExpirationDate(boolean changeExpirationDate) |
void |
setGenerate(boolean generate) |
void |
setView(boolean view) |
getConfiguration, isBuy, isRedeem, setBuy, setConfiguration, setRedeemgetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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 BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> CANCEL
public static final BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> CHANGE_EXPIRATION_DATE
public static final BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> GENERATE
public static final BasicProperty<java.lang.Boolean,ProductAdminVoucherDTO> VIEW
public ProductAdminVoucherDTO()
public ProductAdminVoucherDTO(java.lang.Long id)
public ProductAdminVoucherDTO(Property<T,? super ProductAdminVoucherDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductVoucherDTOpublic boolean isCancel()
public void setCancel(boolean cancel)
public boolean isChangeExpirationDate()
public void setChangeExpirationDate(boolean changeExpirationDate)
public boolean isGenerate()
public void setGenerate(boolean generate)
public boolean isView()
public void setView(boolean view)