Class InstallmentSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<InstallmentQuery>
-
- org.cyclos.model.banking.transactions.InstallmentSearchData
-
- All Implemented Interfaces:
Serializable,HasAccountTypes,IInstallmentSearchData
public class InstallmentSearchData extends SearchData<InstallmentQuery> implements IInstallmentSearchData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<InternalAccountOwner,InstallmentSearchData>ACCOUNT_OWNERstatic ListProperty<AccountTypeWithCurrencyVO,InstallmentSearchData>ACCOUNT_TYPESstatic BasicProperty<DateTime,InstallmentSearchData>ARCHIVING_DATEstatic BasicProperty<Boolean,InstallmentSearchData>CAN_VIEW_AUTHORIZEDstatic StringCLASS_NAMEstatic ListProperty<ExportFormatVO,InstallmentSearchData>EXPORT_FORMATSstatic ListProperty<CustomFieldDetailedVO,InstallmentSearchData>FIELDS_FOR_LISTstatic ListProperty<CustomFieldDetailedVO,InstallmentSearchData>FIELDS_FOR_SEARCHstatic ListProperty<BasicGroupVO,InstallmentSearchData>MANAGED_GROUPSstatic SetProperty<TransactionNature,InstallmentSearchData>VISIBLE_NATURES-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description InstallmentSearchData()InstallmentSearchData(Property<T,? super InstallmentSearchData> property, T value)
-
Method Summary
-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.banking.accounts.HasAccountTypes
getTransactionNumberPattern, hasTransactionNumber
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_OWNER
public static final BasicProperty<InternalAccountOwner,InstallmentSearchData> ACCOUNT_OWNER
-
ACCOUNT_TYPES
public static final ListProperty<AccountTypeWithCurrencyVO,InstallmentSearchData> ACCOUNT_TYPES
-
ARCHIVING_DATE
public static final BasicProperty<DateTime,InstallmentSearchData> ARCHIVING_DATE
-
CAN_VIEW_AUTHORIZED
public static final BasicProperty<Boolean,InstallmentSearchData> CAN_VIEW_AUTHORIZED
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,InstallmentSearchData> EXPORT_FORMATS
-
FIELDS_FOR_LIST
public static final ListProperty<CustomFieldDetailedVO,InstallmentSearchData> FIELDS_FOR_LIST
-
FIELDS_FOR_SEARCH
public static final ListProperty<CustomFieldDetailedVO,InstallmentSearchData> FIELDS_FOR_SEARCH
-
MANAGED_GROUPS
public static final ListProperty<BasicGroupVO,InstallmentSearchData> MANAGED_GROUPS
-
VISIBLE_NATURES
public static final SetProperty<TransactionNature,InstallmentSearchData> VISIBLE_NATURES
-
-
Constructor Detail
-
InstallmentSearchData
public InstallmentSearchData()
-
InstallmentSearchData
public InstallmentSearchData(Property<T,? super InstallmentSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<InstallmentQuery>
-
getAccountOwner
public InternalAccountOwner getAccountOwner()
-
setAccountOwner
public void setAccountOwner(InternalAccountOwner accountOwner)
-
getAccountTypes
public List<AccountTypeWithCurrencyVO> getAccountTypes()
- Specified by:
getAccountTypesin interfaceHasAccountTypes
-
setAccountTypes
public void setAccountTypes(List<AccountTypeWithCurrencyVO> accountTypes)
- Specified by:
setAccountTypesin interfaceHasAccountTypes
-
getArchivingDate
public DateTime getArchivingDate()
- Specified by:
getArchivingDatein interfaceIInstallmentSearchData
-
setArchivingDate
public void setArchivingDate(DateTime archivingDate)
- Specified by:
setArchivingDatein interfaceIInstallmentSearchData
-
isCanViewAuthorized
public boolean isCanViewAuthorized()
- Specified by:
isCanViewAuthorizedin interfaceIInstallmentSearchData
-
setCanViewAuthorized
public void setCanViewAuthorized(boolean canViewAuthorized)
- Specified by:
setCanViewAuthorizedin interfaceIInstallmentSearchData
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
- Specified by:
getExportFormatsin interfaceIInstallmentSearchData
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
- Specified by:
setExportFormatsin interfaceIInstallmentSearchData
-
getFieldsForList
public List<CustomFieldDetailedVO> getFieldsForList()
- Specified by:
getFieldsForListin interfaceIInstallmentSearchData
-
setFieldsForList
public void setFieldsForList(List<CustomFieldDetailedVO> fieldsForList)
- Specified by:
setFieldsForListin interfaceIInstallmentSearchData
-
getFieldsForSearch
public List<CustomFieldDetailedVO> getFieldsForSearch()
- Specified by:
getFieldsForSearchin interfaceIInstallmentSearchData
-
setFieldsForSearch
public void setFieldsForSearch(List<CustomFieldDetailedVO> fieldsForSearch)
- Specified by:
setFieldsForSearchin interfaceIInstallmentSearchData
-
getManagedGroups
public List<BasicGroupVO> getManagedGroups()
- Specified by:
getManagedGroupsin interfaceIInstallmentSearchData
-
setManagedGroups
public void setManagedGroups(List<BasicGroupVO> managedGroups)
- Specified by:
setManagedGroupsin interfaceIInstallmentSearchData
-
getVisibleNatures
public Set<TransactionNature> getVisibleNatures()
- Specified by:
getVisibleNaturesin interfaceIInstallmentSearchData
-
setVisibleNatures
public void setVisibleNatures(Set<TransactionNature> visibleNatures)
- Specified by:
setVisibleNaturesin interfaceIInstallmentSearchData
-
-