public class TransactionsToAuthorizeSearchData extends SearchData<TransactionsToAuthorizeQuery>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferTypeVO,TransactionsToAuthorizeSearchData> |
TRANSFER_TYPES |
QUERY| Constructor and Description |
|---|
TransactionsToAuthorizeSearchData() |
TransactionsToAuthorizeSearchData(Property<T,? super TransactionsToAuthorizeSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferTypeVO> |
getTransferTypes() |
void |
setTransferTypes(java.util.List<TransferTypeVO> transferTypes) |
getQuery, setQueryaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<TransferTypeVO,TransactionsToAuthorizeSearchData> TRANSFER_TYPES
public TransactionsToAuthorizeSearchData()
public TransactionsToAuthorizeSearchData(Property<T,? super TransactionsToAuthorizeSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class SearchData<TransactionsToAuthorizeQuery>public java.util.List<TransferTypeVO> getTransferTypes()
public void setTransferTypes(java.util.List<TransferTypeVO> transferTypes)