public class AccountHistoryData extends TransferSearchData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountVO,AccountHistoryData> |
ACCOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountHistoryData> |
CURRENCY |
static ListProperty<CustomFieldVO,AccountHistoryData> |
CUSTOM_FIELDS_FOR_LIST |
static ListProperty<CustomFieldDetailedVO,AccountHistoryData> |
CUSTOM_FIELDS_FOR_SEARCH |
static BasicProperty<java.lang.String,AccountHistoryData> |
TRANSACTION_NUMBER_MASK |
static ListProperty<TransferStatusFlowWithStatusesVO,AccountHistoryData> |
TRANSFER_STATUS_FLOWS |
ACCESS_CLIENTS, ACCOUNT_TYPES, CHANNELS, MANAGED_GROUPS, OPERATORS, PRESELECTED_PERIODS, TRANSFER_FILTERS| Constructor and Description |
|---|
AccountHistoryData() |
AccountHistoryData(Property<T,? super AccountHistoryData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountVO |
getAccount() |
CurrencyVO |
getCurrency() |
java.util.List<CustomFieldVO> |
getCustomFieldsForList() |
java.util.List<CustomFieldDetailedVO> |
getCustomFieldsForSearch() |
java.lang.String |
getTransactionNumberMask() |
java.util.List<TransferStatusFlowWithStatusesVO> |
getTransferStatusFlows() |
void |
setAccount(AccountVO account) |
void |
setCurrency(CurrencyVO currency) |
void |
setCustomFieldsForList(java.util.List<CustomFieldVO> customFieldsForList) |
void |
setCustomFieldsForSearch(java.util.List<CustomFieldDetailedVO> customFieldsForSearch) |
void |
setTransactionNumberMask(java.lang.String transactionNumberMask) |
void |
setTransferStatusFlows(java.util.List<TransferStatusFlowWithStatusesVO> transferStatusFlows) |
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 BasicProperty<AccountVO,AccountHistoryData> ACCOUNT
public static final BasicProperty<CurrencyVO,AccountHistoryData> CURRENCY
public static final ListProperty<CustomFieldVO,AccountHistoryData> CUSTOM_FIELDS_FOR_LIST
public static final ListProperty<CustomFieldDetailedVO,AccountHistoryData> CUSTOM_FIELDS_FOR_SEARCH
public static final BasicProperty<java.lang.String,AccountHistoryData> TRANSACTION_NUMBER_MASK
public static final ListProperty<TransferStatusFlowWithStatusesVO,AccountHistoryData> TRANSFER_STATUS_FLOWS
public AccountHistoryData()
public AccountHistoryData(Property<T,? super AccountHistoryData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransSearchDatapublic AccountVO getAccount()
public void setAccount(AccountVO account)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.List<CustomFieldVO> getCustomFieldsForList()
public void setCustomFieldsForList(java.util.List<CustomFieldVO> customFieldsForList)
public java.util.List<CustomFieldDetailedVO> getCustomFieldsForSearch()
public void setCustomFieldsForSearch(java.util.List<CustomFieldDetailedVO> customFieldsForSearch)
public java.lang.String getTransactionNumberMask()
public void setTransactionNumberMask(java.lang.String transactionNumberMask)
public java.util.List<TransferStatusFlowWithStatusesVO> getTransferStatusFlows()
public void setTransferStatusFlows(java.util.List<TransferStatusFlowWithStatusesVO> transferStatusFlows)
public java.lang.String className()
className in class TransferSearchData