Class TopUpVoucherPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.VoucherTransactionPreviewVO
-
- org.cyclos.model.banking.vouchers.TopUpVoucherPreviewVO
-
- All Implemented Interfaces:
Serializable
public class TopUpVoucherPreviewVO extends VoucherTransactionPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CredentialInputDTO,TopUpVoucherPreviewVO>CONFIRMATION_PASSWORD_INPUTstatic BasicProperty<String,TopUpVoucherPreviewVO>FORMATTED_MOBILE_PHONEstatic BasicProperty<VoucherGenerationAmount,TopUpVoucherPreviewVO>GENERATION_AMOUNTstatic BasicProperty<UserVO,TopUpVoucherPreviewVO>OWNERstatic BasicProperty<VoucherPinOnActivation,TopUpVoucherPreviewVO>PIN_ON_ACTIVATIONstatic BasicProperty<TopUpVoucherDTO,TopUpVoucherPreviewVO>TOP_UP-
Fields inherited from class org.cyclos.model.banking.vouchers.VoucherTransactionPreviewVO
AMOUNT, TOKEN, TYPE, USER
-
-
Constructor Summary
Constructors Constructor Description TopUpVoucherPreviewVO()TopUpVoucherPreviewVO(Property<T,? super TopUpVoucherPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CredentialInputDTOgetConfirmationPasswordInput()StringgetFormattedMobilePhone()VoucherGenerationAmountgetGenerationAmount()UserVOgetOwner()VoucherPinOnActivationgetPinOnActivation()TopUpVoucherDTOgetTopUp()voidsetConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)voidsetFormattedMobilePhone(String formattedMobilePhone)voidsetGenerationAmount(VoucherGenerationAmount generationAmount)voidsetOwner(UserVO owner)voidsetPinOnActivation(VoucherPinOnActivation pinOnActivation)voidsetTopUp(TopUpVoucherDTO topUp)-
Methods inherited from class org.cyclos.model.banking.vouchers.VoucherTransactionPreviewVO
getAmount, getToken, getType, getUser, setAmount, setToken, setType, setUser
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, 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,TopUpVoucherPreviewVO> CONFIRMATION_PASSWORD_INPUT
-
FORMATTED_MOBILE_PHONE
public static final BasicProperty<String,TopUpVoucherPreviewVO> FORMATTED_MOBILE_PHONE
-
GENERATION_AMOUNT
public static final BasicProperty<VoucherGenerationAmount,TopUpVoucherPreviewVO> GENERATION_AMOUNT
-
OWNER
public static final BasicProperty<UserVO,TopUpVoucherPreviewVO> OWNER
-
PIN_ON_ACTIVATION
public static final BasicProperty<VoucherPinOnActivation,TopUpVoucherPreviewVO> PIN_ON_ACTIVATION
-
TOP_UP
public static final BasicProperty<TopUpVoucherDTO,TopUpVoucherPreviewVO> TOP_UP
-
-
Constructor Detail
-
TopUpVoucherPreviewVO
public TopUpVoucherPreviewVO()
-
TopUpVoucherPreviewVO
public TopUpVoucherPreviewVO(Property<T,? super TopUpVoucherPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classVoucherTransactionPreviewVO
-
getConfirmationPasswordInput
public CredentialInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)
-
getFormattedMobilePhone
public String getFormattedMobilePhone()
-
setFormattedMobilePhone
public void setFormattedMobilePhone(String formattedMobilePhone)
-
getGenerationAmount
public VoucherGenerationAmount getGenerationAmount()
-
setGenerationAmount
public void setGenerationAmount(VoucherGenerationAmount generationAmount)
-
getOwner
public UserVO getOwner()
-
setOwner
public void setOwner(UserVO owner)
-
getPinOnActivation
public VoucherPinOnActivation getPinOnActivation()
-
setPinOnActivation
public void setPinOnActivation(VoucherPinOnActivation pinOnActivation)
-
getTopUp
public TopUpVoucherDTO getTopUp()
-
setTopUp
public void setTopUp(TopUpVoucherDTO topUp)
-
-