Class BasicVoucherDataWithConfirmationPassword
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.BasicVoucherData
-
- org.cyclos.model.banking.vouchers.BasicVoucherDataWithConfirmationPassword
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicCreateVoucherData,BuyVoucherPreviewVO,VoucherData
public abstract class BasicVoucherDataWithConfirmationPassword extends BasicVoucherData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CredentialInputDTO,BasicVoucherDataWithConfirmationPassword>CONFIRMATION_PASSWORD_INPUT-
Fields inherited from class org.cyclos.model.banking.vouchers.BasicVoucherData
TYPE
-
-
Constructor Summary
Constructors Constructor Description BasicVoucherDataWithConfirmationPassword()BasicVoucherDataWithConfirmationPassword(Property<T,? super BasicVoucherDataWithConfirmationPassword> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()CredentialInputDTOgetConfirmationPasswordInput()voidsetConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)-
Methods inherited from class org.cyclos.model.banking.vouchers.BasicVoucherData
getType, setType
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<CredentialInputDTO,BasicVoucherDataWithConfirmationPassword> CONFIRMATION_PASSWORD_INPUT
-
-
Constructor Detail
-
BasicVoucherDataWithConfirmationPassword
public BasicVoucherDataWithConfirmationPassword()
-
BasicVoucherDataWithConfirmationPassword
public BasicVoucherDataWithConfirmationPassword(Property<T,? super BasicVoucherDataWithConfirmationPassword> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasicVoucherData
-
getConfirmationPasswordInput
public CredentialInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)
-
-