public abstract class BaseInternalPaymentPreviewVO extends BasePaymentPreviewVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,BaseInternalPaymentPreviewVO> |
PENDING_AUTHORIZATION |
static BasicProperty<AccountVO,BaseInternalPaymentPreviewVO> |
TO_ACCOUNT |
CONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, TOTAL_AMOUNT| Constructor and Description |
|---|
BaseInternalPaymentPreviewVO() |
BaseInternalPaymentPreviewVO(Property<T,? super BaseInternalPaymentPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountVO |
getToAccount() |
boolean |
isPendingAuthorization() |
void |
setPendingAuthorization(boolean pendingAuthorization) |
void |
setToAccount(AccountVO toAccount) |
getConfirmationMessage, getConfirmationPasswordInput, getFromAccount, getTotalAmount, setConfirmationMessage, setConfirmationPasswordInput, setFromAccount, setTotalAmountaddPropertyChangeListener, 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.Boolean,BaseInternalPaymentPreviewVO> PENDING_AUTHORIZATION
public static final BasicProperty<AccountVO,BaseInternalPaymentPreviewVO> TO_ACCOUNT
public BaseInternalPaymentPreviewVO()
public BaseInternalPaymentPreviewVO(Property<T,? super BaseInternalPaymentPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentPreviewVOpublic boolean isPendingAuthorization()
public void setPendingAuthorization(boolean pendingAuthorization)
public AccountVO getToAccount()
public void setToAccount(AccountVO toAccount)