Class BasePaymentPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- org.cyclos.model.banking.transactions.BasePaymentPreviewVO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseInternalPaymentPreviewVO,ExternalPaymentPreviewVO
public abstract class BasePaymentPreviewVO extends TransactionPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,BasePaymentPreviewVO>CONFIRMATION_MESSAGEstatic BasicProperty<CredentialInputDTO,BasePaymentPreviewVO>CONFIRMATION_PASSWORD_INPUTstatic BasicProperty<AccountVO,BasePaymentPreviewVO>FROM_ACCOUNTstatic BasicProperty<Boolean,BasePaymentPreviewVO>SKIP_CONFIRMATIONstatic BasicProperty<CurrencyAmountDTO,BasePaymentPreviewVO>TOTAL_AMOUNT
-
Constructor Summary
Constructors Constructor Description BasePaymentPreviewVO()BasePaymentPreviewVO(Property<T,? super BasePaymentPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()StringgetConfirmationMessage()CredentialInputDTOgetConfirmationPasswordInput()AccountVOgetFromAccount()CurrencyAmountDTOgetTotalAmount()booleanisSkipConfirmation()voidsetConfirmationMessage(String confirmationMessage)voidsetConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)voidsetFromAccount(AccountVO fromAccount)voidsetSkipConfirmation(boolean skipConfirmation)voidsetTotalAmount(CurrencyAmountDTO totalAmount)-
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_MESSAGE
public static final BasicProperty<String,BasePaymentPreviewVO> CONFIRMATION_MESSAGE
-
CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<CredentialInputDTO,BasePaymentPreviewVO> CONFIRMATION_PASSWORD_INPUT
-
FROM_ACCOUNT
public static final BasicProperty<AccountVO,BasePaymentPreviewVO> FROM_ACCOUNT
-
SKIP_CONFIRMATION
public static final BasicProperty<Boolean,BasePaymentPreviewVO> SKIP_CONFIRMATION
-
TOTAL_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,BasePaymentPreviewVO> TOTAL_AMOUNT
-
-
Constructor Detail
-
BasePaymentPreviewVO
public BasePaymentPreviewVO()
-
BasePaymentPreviewVO
public BasePaymentPreviewVO(Property<T,? super BasePaymentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getConfirmationMessage
public String getConfirmationMessage()
-
setConfirmationMessage
public void setConfirmationMessage(String confirmationMessage)
-
getConfirmationPasswordInput
public CredentialInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)
-
getFromAccount
public AccountVO getFromAccount()
-
setFromAccount
public void setFromAccount(AccountVO fromAccount)
-
isSkipConfirmation
public boolean isSkipConfirmation()
-
setSkipConfirmation
public void setSkipConfirmation(boolean skipConfirmation)
-
getTotalAmount
public CurrencyAmountDTO getTotalAmount()
-
setTotalAmount
public void setTotalAmount(CurrencyAmountDTO totalAmount)
-
-