public class BasePaymentData extends TransactionData implements ITransData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<PaymentAuthorizationLevelData,BasePaymentData> |
AUTHORIZATION_LEVEL_DATA |
static ListProperty<TransactionAuthorizationVO,BasePaymentData> |
AUTHORIZATIONS |
static ListProperty<UserVO,BasePaymentData> |
AUTHORIZING_BROKERS |
static BasicProperty<java.lang.Boolean,BasePaymentData> |
CAN_AUTHORIZE |
static BasicProperty<java.lang.Boolean,BasePaymentData> |
CAN_CANCEL_AUTHORIZATION |
static BasicProperty<java.lang.Boolean,BasePaymentData> |
CAN_CHARGEBACK |
static BasicProperty<java.lang.Boolean,BasePaymentData> |
CAN_DENY |
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferStatusFlowWithStatusesVO,BasePaymentData> |
MANAGED_STATUS_FLOWS |
static BasicProperty<BasicUserVO,BasePaymentData> |
RECEIVED_BY |
static ListProperty<TransferFlowStatusLogVO,BasePaymentData> |
STATUS_LOG |
static BasicProperty<TransferDetailedVO,BasePaymentData> |
TRANSFER |
CONFIRMATION_PASSWORD_INPUT, TRANSACTION, USERS_WHICH_CAN_ADD_TO_CONTACTS| Constructor and Description |
|---|
BasePaymentData() |
BasePaymentData(Property<T,? super BasePaymentData> property,
T value) |
getConfirmationPasswordInput, getTransaction, getUsersWhichCanAddToContacts, setConfirmationPasswordInput, setTransaction, setUsersWhichCanAddToContactsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfirmationPasswordInput, getTransaction, getUsersWhichCanAddToContacts, setConfirmationPasswordInput, setTransaction, setUsersWhichCanAddToContactspublic static final java.lang.String CLASS_NAME
public static final BasicProperty<PaymentAuthorizationLevelData,BasePaymentData> AUTHORIZATION_LEVEL_DATA
public static final ListProperty<TransactionAuthorizationVO,BasePaymentData> AUTHORIZATIONS
public static final ListProperty<UserVO,BasePaymentData> AUTHORIZING_BROKERS
public static final BasicProperty<java.lang.Boolean,BasePaymentData> CAN_AUTHORIZE
public static final BasicProperty<java.lang.Boolean,BasePaymentData> CAN_CANCEL_AUTHORIZATION
public static final BasicProperty<java.lang.Boolean,BasePaymentData> CAN_CHARGEBACK
public static final BasicProperty<java.lang.Boolean,BasePaymentData> CAN_DENY
public static final ListProperty<TransferStatusFlowWithStatusesVO,BasePaymentData> MANAGED_STATUS_FLOWS
public static final BasicProperty<BasicUserVO,BasePaymentData> RECEIVED_BY
public static final ListProperty<TransferFlowStatusLogVO,BasePaymentData> STATUS_LOG
public static final BasicProperty<TransferDetailedVO,BasePaymentData> TRANSFER
public BasePaymentData()
public BasePaymentData(Property<T,? super BasePaymentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionDatapublic PaymentAuthorizationLevelData getAuthorizationLevelData()
public void setAuthorizationLevelData(PaymentAuthorizationLevelData authorizationLevelData)
public java.util.List<TransactionAuthorizationVO> getAuthorizations()
getAuthorizations in interface ITransDatapublic void setAuthorizations(java.util.List<TransactionAuthorizationVO> authorizations)
setAuthorizations in interface ITransDatapublic java.util.List<UserVO> getAuthorizingBrokers()
public void setAuthorizingBrokers(java.util.List<UserVO> authorizingBrokers)
public boolean isCanAuthorize()
public void setCanAuthorize(boolean canAuthorize)
public boolean isCanCancelAuthorization()
public void setCanCancelAuthorization(boolean canCancelAuthorization)
public boolean isCanChargeback()
isCanChargeback in interface ITransDatapublic void setCanChargeback(boolean canChargeback)
setCanChargeback in interface ITransDatapublic boolean isCanDeny()
public void setCanDeny(boolean canDeny)
public java.util.List<TransferStatusFlowWithStatusesVO> getManagedStatusFlows()
getManagedStatusFlows in interface ITransDatapublic void setManagedStatusFlows(java.util.List<TransferStatusFlowWithStatusesVO> managedStatusFlows)
setManagedStatusFlows in interface ITransDatapublic BasicUserVO getReceivedBy()
getReceivedBy in interface ITransDatapublic void setReceivedBy(BasicUserVO receivedBy)
setReceivedBy in interface ITransDatapublic java.util.List<TransferFlowStatusLogVO> getStatusLog()
getStatusLog in interface ITransDatapublic void setStatusLog(java.util.List<TransferFlowStatusLogVO> statusLog)
setStatusLog in interface ITransDatapublic TransferDetailedVO getTransfer()
getTransfer in interface ITransDatapublic void setTransfer(TransferDetailedVO transfer)
setTransfer in interface ITransData