public class ScheduledPaymentEntryVO extends TransactionEntryVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Integer,ScheduledPaymentEntryVO> |
INSTALLMENT_COUNT |
static BasicProperty<java.lang.Integer,ScheduledPaymentEntryVO> |
PROCESSED_INSTALLMENTS |
static BasicProperty<ScheduledPaymentStatus,ScheduledPaymentEntryVO> |
STATUS |
AMOUNT, AUTHORIZATION_STATUS, DATE, DESCRIPTION, NATURE, RELATED_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
ScheduledPaymentEntryVO() |
ScheduledPaymentEntryVO(java.lang.Long id) |
ScheduledPaymentEntryVO(Property<T,? super ScheduledPaymentEntryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Integer |
getInstallmentCount() |
java.lang.Integer |
getProcessedInstallments() |
ScheduledPaymentStatus |
getStatus() |
void |
setInstallmentCount(java.lang.Integer installmentCount) |
void |
setProcessedInstallments(java.lang.Integer processedInstallments) |
void |
setStatus(ScheduledPaymentStatus 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<java.lang.Integer,ScheduledPaymentEntryVO> INSTALLMENT_COUNT
public static final BasicProperty<java.lang.Integer,ScheduledPaymentEntryVO> PROCESSED_INSTALLMENTS
public static final BasicProperty<ScheduledPaymentStatus,ScheduledPaymentEntryVO> STATUS
public ScheduledPaymentEntryVO()
public ScheduledPaymentEntryVO(java.lang.Long id)
public ScheduledPaymentEntryVO(Property<T,? super ScheduledPaymentEntryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionEntryVOpublic java.lang.Integer getInstallmentCount()
public void setInstallmentCount(java.lang.Integer installmentCount)
public java.lang.Integer getProcessedInstallments()
public void setProcessedInstallments(java.lang.Integer processedInstallments)
public ScheduledPaymentStatus getStatus()
public void setStatus(ScheduledPaymentStatus status)
public java.lang.String className()
className in class TransactionEntryVO