public abstract class BasePaymentPreviewVO extends TransactionPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BasePaymentPreviewVO> |
CONFIRMATION_MESSAGE |
static BasicProperty<PasswordInputDTO,BasePaymentPreviewVO> |
CONFIRMATION_PASSWORD_INPUT |
static BasicProperty<AccountVO,BasePaymentPreviewVO> |
FROM_ACCOUNT |
static BasicProperty<CurrencyAmountDTO,BasePaymentPreviewVO> |
TOTAL_AMOUNT |
| Constructor and Description |
|---|
BasePaymentPreviewVO() |
BasePaymentPreviewVO(Property<T,? super BasePaymentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationMessage() |
PasswordInputDTO |
getConfirmationPasswordInput() |
AccountVO |
getFromAccount() |
CurrencyAmountDTO |
getTotalAmount() |
void |
setConfirmationMessage(java.lang.String confirmationMessage) |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setFromAccount(AccountVO fromAccount) |
void |
setTotalAmount(CurrencyAmountDTO totalAmount) |
addPropertyChangeListener, 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<java.lang.String,BasePaymentPreviewVO> CONFIRMATION_MESSAGE
public static final BasicProperty<PasswordInputDTO,BasePaymentPreviewVO> CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<AccountVO,BasePaymentPreviewVO> FROM_ACCOUNT
public static final BasicProperty<CurrencyAmountDTO,BasePaymentPreviewVO> TOTAL_AMOUNT
public BasePaymentPreviewVO()
public BasePaymentPreviewVO(Property<T,? super BasePaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getConfirmationMessage()
public void setConfirmationMessage(java.lang.String confirmationMessage)
public PasswordInputDTO getConfirmationPasswordInput()
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
public AccountVO getFromAccount()
public void setFromAccount(AccountVO fromAccount)
public CurrencyAmountDTO getTotalAmount()
public void setTotalAmount(CurrencyAmountDTO totalAmount)