public class ExternalPaymentEntryVO extends TransactionEntryVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ExternalPaymentStatus,ExternalPaymentEntryVO> |
STATUS |
static BasicProperty<PrincipalTypeVO,ExternalPaymentEntryVO> |
TO_PRINCIPAL_TYPE |
static BasicProperty<java.lang.String,ExternalPaymentEntryVO> |
TO_PRINCIPAL_VALUE |
AMOUNT, AUTHORIZATION_STATUS, DATE, DESCRIPTION, NATURE, RELATED_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
ExternalPaymentEntryVO() |
ExternalPaymentEntryVO(java.lang.Long id) |
ExternalPaymentEntryVO(Property<T,? super ExternalPaymentEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ExternalPaymentStatus |
getStatus() |
PrincipalTypeVO |
getToPrincipalType() |
java.lang.String |
getToPrincipalValue() |
void |
setStatus(ExternalPaymentStatus status) |
void |
setToPrincipalType(PrincipalTypeVO toPrincipalType) |
void |
setToPrincipalValue(java.lang.String toPrincipalValue) |
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<ExternalPaymentStatus,ExternalPaymentEntryVO> STATUS
public static final BasicProperty<PrincipalTypeVO,ExternalPaymentEntryVO> TO_PRINCIPAL_TYPE
public static final BasicProperty<java.lang.String,ExternalPaymentEntryVO> TO_PRINCIPAL_VALUE
public ExternalPaymentEntryVO()
public ExternalPaymentEntryVO(java.lang.Long id)
public ExternalPaymentEntryVO(Property<T,? super ExternalPaymentEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionEntryVOpublic ExternalPaymentStatus getStatus()
public void setStatus(ExternalPaymentStatus status)
public PrincipalTypeVO getToPrincipalType()
public void setToPrincipalType(PrincipalTypeVO toPrincipalType)
public java.lang.String getToPrincipalValue()
public void setToPrincipalValue(java.lang.String toPrincipalValue)
public java.lang.String className()
className in class TransactionEntryVO