Class RecurringPaymentDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.banking.transactions.RecurringPaymentDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class RecurringPaymentDTO extends EntityDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<DateTime,RecurringPaymentDTO>FIRST_OCCURRENCE_DATEstatic BasicProperty<Boolean,RecurringPaymentDTO>FIRST_OCCURRENCE_IS_NOWstatic BasicProperty<TimeIntervalDTO,RecurringPaymentDTO>OCCURRENCE_INTERVALstatic BasicProperty<Integer,RecurringPaymentDTO>OCCURRENCES_COUNTstatic BasicProperty<String,RecurringPaymentDTO>TRANSACTION_NUMBERstatic BasicProperty<Boolean,RecurringPaymentDTO>UNTIL_CANCELED-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description RecurringPaymentDTO()RecurringPaymentDTO(Long id)RecurringPaymentDTO(Property<T,? super RecurringPaymentDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()DateTimegetFirstOccurrenceDate()TimeIntervalDTOgetOccurrenceInterval()IntegergetOccurrencesCount()StringgetTransactionNumber()booleanisFirstOccurrenceIsNow()booleanisUntilCanceled()voidsetFirstOccurrenceDate(DateTime firstOccurrenceDate)voidsetFirstOccurrenceIsNow(boolean firstOccurrenceIsNow)voidsetOccurrenceInterval(TimeIntervalDTO occurrenceInterval)voidsetOccurrencesCount(Integer occurrencesCount)voidsetTransactionNumber(String transactionNumber)voidsetUntilCanceled(boolean untilCanceled)-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
FIRST_OCCURRENCE_DATE
public static final BasicProperty<DateTime,RecurringPaymentDTO> FIRST_OCCURRENCE_DATE
-
FIRST_OCCURRENCE_IS_NOW
public static final BasicProperty<Boolean,RecurringPaymentDTO> FIRST_OCCURRENCE_IS_NOW
-
OCCURRENCE_INTERVAL
public static final BasicProperty<TimeIntervalDTO,RecurringPaymentDTO> OCCURRENCE_INTERVAL
-
OCCURRENCES_COUNT
public static final BasicProperty<Integer,RecurringPaymentDTO> OCCURRENCES_COUNT
-
TRANSACTION_NUMBER
public static final BasicProperty<String,RecurringPaymentDTO> TRANSACTION_NUMBER
-
UNTIL_CANCELED
public static final BasicProperty<Boolean,RecurringPaymentDTO> UNTIL_CANCELED
-
-
Constructor Detail
-
RecurringPaymentDTO
public RecurringPaymentDTO()
-
RecurringPaymentDTO
public RecurringPaymentDTO(Long id)
-
RecurringPaymentDTO
public RecurringPaymentDTO(Property<T,? super RecurringPaymentDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityDTO
-
getFirstOccurrenceDate
public DateTime getFirstOccurrenceDate()
-
setFirstOccurrenceDate
public void setFirstOccurrenceDate(DateTime firstOccurrenceDate)
-
isFirstOccurrenceIsNow
public boolean isFirstOccurrenceIsNow()
-
setFirstOccurrenceIsNow
public void setFirstOccurrenceIsNow(boolean firstOccurrenceIsNow)
-
getOccurrenceInterval
public TimeIntervalDTO getOccurrenceInterval()
-
setOccurrenceInterval
public void setOccurrenceInterval(TimeIntervalDTO occurrenceInterval)
-
getOccurrencesCount
public Integer getOccurrencesCount()
-
setOccurrencesCount
public void setOccurrencesCount(Integer occurrencesCount)
-
getTransactionNumber
public String getTransactionNumber()
-
setTransactionNumber
public void setTransactionNumber(String transactionNumber)
-
isUntilCanceled
public boolean isUntilCanceled()
-
setUntilCanceled
public void setUntilCanceled(boolean untilCanceled)
-
-