Class AccountFeeLogsSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<AccountFeeLogQuery>
-
- org.cyclos.model.banking.accountfees.AccountFeeLogsSearchData
-
- All Implemented Interfaces:
Serializable
public class AccountFeeLogsSearchData extends SearchData<AccountFeeLogQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountFeeWithTypeVO,AccountFeeLogsSearchData>ACCOUNT_FEEstatic BasicProperty<Boolean,AccountFeeLogsSearchData>ALLOW_MANUAL_CHARGEstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,AccountFeeLogsSearchData>CURRENCYstatic BasicProperty<DateTime,AccountFeeLogsSearchData>NEXT_EXECUTIONstatic SetProperty<ProductVO,AccountFeeLogsSearchData>PRODUCTSstatic PageProperty<AccountFeeLogVO,AccountFeeLogsSearchData>RESULTS-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description AccountFeeLogsSearchData()AccountFeeLogsSearchData(Property<T,? super AccountFeeLogsSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountFeeWithTypeVOgetAccountFee()CurrencyVOgetCurrency()DateTimegetNextExecution()Set<ProductVO>getProducts()Page<AccountFeeLogVO>getResults()booleanisAllowManualCharge()voidsetAccountFee(AccountFeeWithTypeVO accountFee)voidsetAllowManualCharge(boolean allowManualCharge)voidsetCurrency(CurrencyVO currency)voidsetNextExecution(DateTime nextExecution)voidsetProducts(Set<ProductVO> products)voidsetResults(Page<AccountFeeLogVO> results)-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ACCOUNT_FEE
public static final BasicProperty<AccountFeeWithTypeVO,AccountFeeLogsSearchData> ACCOUNT_FEE
-
ALLOW_MANUAL_CHARGE
public static final BasicProperty<Boolean,AccountFeeLogsSearchData> ALLOW_MANUAL_CHARGE
-
CURRENCY
public static final BasicProperty<CurrencyVO,AccountFeeLogsSearchData> CURRENCY
-
NEXT_EXECUTION
public static final BasicProperty<DateTime,AccountFeeLogsSearchData> NEXT_EXECUTION
-
PRODUCTS
public static final SetProperty<ProductVO,AccountFeeLogsSearchData> PRODUCTS
-
RESULTS
public static final PageProperty<AccountFeeLogVO,AccountFeeLogsSearchData> RESULTS
-
-
Constructor Detail
-
AccountFeeLogsSearchData
public AccountFeeLogsSearchData()
-
AccountFeeLogsSearchData
public AccountFeeLogsSearchData(Property<T,? super AccountFeeLogsSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<AccountFeeLogQuery>
-
getAccountFee
public AccountFeeWithTypeVO getAccountFee()
-
setAccountFee
public void setAccountFee(AccountFeeWithTypeVO accountFee)
-
isAllowManualCharge
public boolean isAllowManualCharge()
-
setAllowManualCharge
public void setAllowManualCharge(boolean allowManualCharge)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getNextExecution
public DateTime getNextExecution()
-
setNextExecution
public void setNextExecution(DateTime nextExecution)
-
getResults
public Page<AccountFeeLogVO> getResults()
-
setResults
public void setResults(Page<AccountFeeLogVO> results)
-
-