public class RecurringPaymentVO extends TransactionDetailedVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,RecurringPaymentVO> |
NEXT_OCCURRENCE_DATE |
static BasicProperty<TimeIntervalDTO,RecurringPaymentVO> |
OCCURRENCE_INTERVAL |
static BasicProperty<java.lang.Integer,RecurringPaymentVO> |
OCCURRENCES_COUNT |
static BasicProperty<RecurringPaymentStatus,RecurringPaymentVO> |
STATUS |
ACCESS_CLIENT, BY, CHANNEL, CUSTOM_VALUESAUTHORIZATION_STATUS, CURRENCY_AMOUNT, DATE, DESCRIPTION, FROM_NAME, FROM_OWNER, NATURE, TO_NAME, TO_OWNER, TRANSACTION_NUMBER, TYPEID| Constructor and Description |
|---|
RecurringPaymentVO() |
RecurringPaymentVO(java.lang.Long id) |
RecurringPaymentVO(Property<T,? super RecurringPaymentVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DateTime |
getNextOccurrenceDate() |
TimeIntervalDTO |
getOccurrenceInterval() |
java.lang.Integer |
getOccurrencesCount() |
RecurringPaymentStatus |
getStatus() |
void |
setNextOccurrenceDate(DateTime nextOccurrenceDate) |
void |
setOccurrenceInterval(TimeIntervalDTO occurrenceInterval) |
void |
setOccurrencesCount(java.lang.Integer occurrencesCount) |
void |
setStatus(RecurringPaymentStatus status) |
getAccessClient, getBy, getChannel, getCustomValues, setAccessClient, setBy, setChannel, setCustomValuesgetAuthorizationStatus, getCurrencyAmount, getDate, getDescription, getFromName, getFromOwner, getNature, getToName, getToOwner, getTransactionNumber, getType, setAuthorizationStatus, setCurrencyAmount, setDate, setDescription, setFromName, setFromOwner, setNature, setToName, setToOwner, setTransactionNumber, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, 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<DateTime,RecurringPaymentVO> NEXT_OCCURRENCE_DATE
public static final BasicProperty<TimeIntervalDTO,RecurringPaymentVO> OCCURRENCE_INTERVAL
public static final BasicProperty<java.lang.Integer,RecurringPaymentVO> OCCURRENCES_COUNT
public static final BasicProperty<RecurringPaymentStatus,RecurringPaymentVO> STATUS
public RecurringPaymentVO()
public RecurringPaymentVO(java.lang.Long id)
public RecurringPaymentVO(Property<T,? super RecurringPaymentVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionDetailedVOpublic DateTime getNextOccurrenceDate()
public void setNextOccurrenceDate(DateTime nextOccurrenceDate)
public TimeIntervalDTO getOccurrenceInterval()
public void setOccurrenceInterval(TimeIntervalDTO occurrenceInterval)
public java.lang.Integer getOccurrencesCount()
public void setOccurrencesCount(java.lang.Integer occurrencesCount)
public RecurringPaymentStatus getStatus()
public void setStatus(RecurringPaymentStatus status)
public java.lang.String className()
className in class TransactionDetailedVO