public class AccountHistoriesOverviewData extends TransferSearchData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CurrencyVO,AccountHistoriesOverviewData> |
CURRENCIES |
static SetProperty<TransferNature,AccountHistoriesOverviewData> |
DEFAULT_NATURES |
ACCESS_CLIENTS, ACCOUNT_TYPES, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS| Constructor and Description |
|---|
AccountHistoriesOverviewData() |
AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CurrencyVO> |
getCurrencies() |
java.util.Set<TransferNature> |
getDefaultNatures() |
void |
setCurrencies(java.util.List<CurrencyVO> currencies) |
void |
setDefaultNatures(java.util.Set<TransferNature> defaultNatures) |
getAccessClients, getAccountTypes, getChannels, getManagedGroups, getOperators, getPreselectedPeriods, getTransferFilters, setAccessClients, setAccountTypes, setChannels, setManagedGroups, setOperators, setPreselectedPeriods, setTransferFiltersaddPropertyChangeListener, 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 ListProperty<CurrencyVO,AccountHistoriesOverviewData> CURRENCIES
public static final SetProperty<TransferNature,AccountHistoriesOverviewData> DEFAULT_NATURES
public AccountHistoriesOverviewData()
public AccountHistoriesOverviewData(Property<T,? super AccountHistoriesOverviewData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransSearchDatapublic java.util.List<CurrencyVO> getCurrencies()
public void setCurrencies(java.util.List<CurrencyVO> currencies)
public java.util.Set<TransferNature> getDefaultNatures()
public void setDefaultNatures(java.util.Set<TransferNature> defaultNatures)
public java.lang.String className()
className in class TransferSearchData