public abstract class ProductUserVoucherDTO extends ProductVoucherDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,ProductUserVoucherDTO> |
VIEW_BOUGHT |
static BasicProperty<java.lang.Boolean,ProductUserVoucherDTO> |
VIEW_REDEEMED |
BUY, CONFIGURATION, REDEEMID| Constructor and Description |
|---|
ProductUserVoucherDTO() |
ProductUserVoucherDTO(java.lang.Long id) |
ProductUserVoucherDTO(Property<T,? super ProductUserVoucherDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isViewBought() |
boolean |
isViewRedeemed() |
void |
setViewBought(boolean viewBought) |
void |
setViewRedeemed(boolean viewRedeemed) |
getConfiguration, isBuy, isRedeem, setBuy, setConfiguration, setRedeemgetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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,ProductUserVoucherDTO> VIEW_BOUGHT
public static final BasicProperty<java.lang.Boolean,ProductUserVoucherDTO> VIEW_REDEEMED
public ProductUserVoucherDTO()
public ProductUserVoucherDTO(java.lang.Long id)
public ProductUserVoucherDTO(Property<T,? super ProductUserVoucherDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ProductVoucherDTOpublic boolean isViewBought()
public void setViewBought(boolean viewBought)
public boolean isViewRedeemed()
public void setViewRedeemed(boolean viewRedeemed)