public abstract class BasicVoucherDataWithConfirmationPassword extends BasicVoucherData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PasswordInputDTO,BasicVoucherDataWithConfirmationPassword> |
CONFIRMATION_PASSWORD_INPUT |
DESCRIPTION, TITLE, TYPE| Constructor and Description |
|---|
BasicVoucherDataWithConfirmationPassword() |
BasicVoucherDataWithConfirmationPassword(Property<T,? super BasicVoucherDataWithConfirmationPassword> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordInputDTO |
getConfirmationPasswordInput() |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
getDescription, getTitle, getType, setDescription, setTitle, setTypeaddPropertyChangeListener, 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<PasswordInputDTO,BasicVoucherDataWithConfirmationPassword> CONFIRMATION_PASSWORD_INPUT
public BasicVoucherDataWithConfirmationPassword()
public BasicVoucherDataWithConfirmationPassword(Property<T,? super BasicVoucherDataWithConfirmationPassword> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicVoucherDatapublic PasswordInputDTO getConfirmationPasswordInput()
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)