public class PaymentRequestEntryVO extends TransactionEntryVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PaymentRequestStatus,PaymentRequestEntryVO> |
STATUS |
AMOUNT, AUTHORIZATION_STATUS, DATE, DESCRIPTION, NATURE, RELATED_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
PaymentRequestEntryVO() |
PaymentRequestEntryVO(java.lang.Long id) |
PaymentRequestEntryVO(Property<T,? super PaymentRequestEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PaymentRequestStatus |
getStatus() |
void |
setStatus(PaymentRequestStatus status) |
getAmount, getAuthorizationStatus, getDate, getDescription, getNature, getRelatedOwner, getTransactionNumber, getType, setAmount, setAuthorizationStatus, setDate, setDescription, setNature, setRelatedOwner, setTransactionNumber, setType, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, 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<PaymentRequestStatus,PaymentRequestEntryVO> STATUS
public PaymentRequestEntryVO()
public PaymentRequestEntryVO(java.lang.Long id)
public PaymentRequestEntryVO(Property<T,? super PaymentRequestEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionEntryVOpublic PaymentRequestStatus getStatus()
public void setStatus(PaymentRequestStatus status)
public java.lang.String className()
className in class TransactionEntryVO