public class BasePaymentVO extends TransactionDetailedVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<TransactionAuthorizationStatus,BasePaymentVO> |
AUTHORIZATION_STATUS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,BasePaymentVO> |
RECEIVED |
static BasicProperty<OperatorVO,BasePaymentVO> |
RECEIVED_BY |
ACCESS_CLIENT, BY, CHANNEL, CUSTOM_VALUESCURRENCY_AMOUNT, DATE, DESCRIPTION, FROM_NAME, FROM_OWNER, NATURE, TO_NAME, TO_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
BasePaymentVO() |
BasePaymentVO(java.lang.Long id) |
BasePaymentVO(Property<T,? super BasePaymentVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TransactionAuthorizationStatus |
getAuthorizationStatus() |
OperatorVO |
getReceivedBy() |
boolean |
isReceived() |
void |
setAuthorizationStatus(TransactionAuthorizationStatus authorizationStatus) |
void |
setReceived(boolean received) |
void |
setReceivedBy(OperatorVO receivedBy) |
getAccessClient, getBy, getChannel, getCustomValues, setAccessClient, setBy, setChannel, setCustomValuesgetCurrencyAmount, getDate, getDescription, getFromName, getFromOwner, getNature, getToName, getToOwner, getTransactionNumber, getType, setCurrencyAmount, setDate, setDescription, setFromName, setFromOwner, setNature, setToName, setToOwner, setTransactionNumber, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<TransactionAuthorizationStatus,BasePaymentVO> AUTHORIZATION_STATUS
public static final BasicProperty<java.lang.Boolean,BasePaymentVO> RECEIVED
public static final BasicProperty<OperatorVO,BasePaymentVO> RECEIVED_BY
public BasePaymentVO()
public BasePaymentVO(java.lang.Long id)
public BasePaymentVO(Property<T,? super BasePaymentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionDetailedVOpublic TransactionAuthorizationStatus getAuthorizationStatus()
public void setAuthorizationStatus(TransactionAuthorizationStatus authorizationStatus)
public boolean isReceived()
public void setReceived(boolean received)
public OperatorVO getReceivedBy()
public void setReceivedBy(OperatorVO receivedBy)
public java.lang.String className()
className in class TransactionDetailedVO