public abstract class DirectTransactionPreviewVO extends TransactionPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,DirectTransactionPreviewVO> |
CONFIRMATION_MESSAGE |
static Property<PasswordInputDTO,DirectTransactionPreviewVO> |
CONFIRMATION_PASSWORD_INPUT |
static Property<java.lang.Boolean,DirectTransactionPreviewVO> |
PENDING_AUTHORIZATION |
static Property<CurrencyAmountDTO,DirectTransactionPreviewVO> |
TOTAL_AMOUNT |
| Constructor and Description |
|---|
DirectTransactionPreviewVO() |
DirectTransactionPreviewVO(Property<T,? super DirectTransactionPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getConfirmationMessage() |
PasswordInputDTO |
getConfirmationPasswordInput() |
CurrencyAmountDTO |
getTotalAmount() |
boolean |
isPendingAuthorization() |
void |
setConfirmationMessage(java.lang.String confirmationMessage) |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setPendingAuthorization(boolean pendingAuthorization) |
void |
setTotalAmount(CurrencyAmountDTO totalAmount) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,DirectTransactionPreviewVO> CONFIRMATION_MESSAGE
public static final Property<PasswordInputDTO,DirectTransactionPreviewVO> CONFIRMATION_PASSWORD_INPUT
public static final Property<java.lang.Boolean,DirectTransactionPreviewVO> PENDING_AUTHORIZATION
public static final Property<CurrencyAmountDTO,DirectTransactionPreviewVO> TOTAL_AMOUNT
public DirectTransactionPreviewVO()
public DirectTransactionPreviewVO(Property<T,? super DirectTransactionPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getConfirmationMessage()
public PasswordInputDTO getConfirmationPasswordInput()
public boolean isPendingAuthorization()
public CurrencyAmountDTO getTotalAmount()
public void setConfirmationMessage(java.lang.String confirmationMessage)
public void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
public void setPendingAuthorization(boolean pendingAuthorization)
public void setTotalAmount(CurrencyAmountDTO totalAmount)