public class ChangeVoucherExpirationDateDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ChangeVoucherExpirationDateDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<java.lang.String,ChangeVoucherExpirationDateDTO> |
EXPIRATION_DATE_COMMENTS |
static BasicProperty<DateTime,ChangeVoucherExpirationDateDTO> |
NEW_EXPIRATION_DATE |
static BasicProperty<VoucherVO,ChangeVoucherExpirationDateDTO> |
VOUCHER |
| Constructor and Description |
|---|
ChangeVoucherExpirationDateDTO() |
ChangeVoucherExpirationDateDTO(Property<T,? super ChangeVoucherExpirationDateDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationPassword() |
java.lang.String |
getExpirationDateComments() |
DateTime |
getNewExpirationDate() |
VoucherVO |
getVoucher() |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setExpirationDateComments(java.lang.String expirationDateComments) |
void |
setNewExpirationDate(DateTime newExpirationDate) |
void |
setVoucher(VoucherVO voucher) |
addPropertyChangeListener, 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.String,ChangeVoucherExpirationDateDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<java.lang.String,ChangeVoucherExpirationDateDTO> EXPIRATION_DATE_COMMENTS
public static final BasicProperty<DateTime,ChangeVoucherExpirationDateDTO> NEW_EXPIRATION_DATE
public static final BasicProperty<VoucherVO,ChangeVoucherExpirationDateDTO> VOUCHER
public ChangeVoucherExpirationDateDTO()
public ChangeVoucherExpirationDateDTO(Property<T,? super ChangeVoucherExpirationDateDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public java.lang.String getExpirationDateComments()
public void setExpirationDateComments(java.lang.String expirationDateComments)
public DateTime getNewExpirationDate()
public void setNewExpirationDate(DateTime newExpirationDate)
public VoucherVO getVoucher()
public void setVoucher(VoucherVO voucher)