Class BaseInternalPaymentPreviewVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.TransactionPreviewVO
-
- org.cyclos.model.banking.transactions.BasePaymentPreviewVO
-
- org.cyclos.model.banking.transactions.BaseInternalPaymentPreviewVO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PaymentPreviewVO,RecurringPaymentPreviewVO,ScheduledPaymentPreviewVO
public abstract class BaseInternalPaymentPreviewVO extends BasePaymentPreviewVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,BaseInternalPaymentPreviewVO>PENDING_AUTHORIZATIONstatic BasicProperty<AccountVO,BaseInternalPaymentPreviewVO>TO_ACCOUNT-
Fields inherited from class org.cyclos.model.banking.transactions.BasePaymentPreviewVO
CONFIRMATION_MESSAGE, CONFIRMATION_PASSWORD_INPUT, FROM_ACCOUNT, SKIP_CONFIRMATION, TOTAL_AMOUNT
-
-
Constructor Summary
Constructors Constructor Description BaseInternalPaymentPreviewVO()BaseInternalPaymentPreviewVO(Property<T,? super BaseInternalPaymentPreviewVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()AccountVOgetToAccount()booleanisPendingAuthorization()voidsetPendingAuthorization(boolean pendingAuthorization)voidsetToAccount(AccountVO toAccount)-
Methods inherited from class org.cyclos.model.banking.transactions.BasePaymentPreviewVO
getConfirmationMessage, getConfirmationPasswordInput, getFromAccount, getTotalAmount, isSkipConfirmation, setConfirmationMessage, setConfirmationPasswordInput, setFromAccount, setSkipConfirmation, setTotalAmount
-
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
-
PENDING_AUTHORIZATION
public static final BasicProperty<Boolean,BaseInternalPaymentPreviewVO> PENDING_AUTHORIZATION
-
TO_ACCOUNT
public static final BasicProperty<AccountVO,BaseInternalPaymentPreviewVO> TO_ACCOUNT
-
-
Constructor Detail
-
BaseInternalPaymentPreviewVO
public BaseInternalPaymentPreviewVO()
-
BaseInternalPaymentPreviewVO
public BaseInternalPaymentPreviewVO(Property<T,? super BaseInternalPaymentPreviewVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasePaymentPreviewVO
-
isPendingAuthorization
public boolean isPendingAuthorization()
-
setPendingAuthorization
public void setPendingAuthorization(boolean pendingAuthorization)
-
getToAccount
public AccountVO getToAccount()
-
setToAccount
public void setToAccount(AccountVO toAccount)
-
-