public class UserAccountFeeLogSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,UserAccountFeeLogSearchData> |
CURRENCY |
static ListProperty<BasicGroupVO,UserAccountFeeLogSearchData> |
GROUPS |
| Constructor and Description |
|---|
UserAccountFeeLogSearchData() |
UserAccountFeeLogSearchData(Property<T,? super UserAccountFeeLogSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
java.util.List<BasicGroupVO> |
getGroups() |
void |
setCurrency(CurrencyVO currency) |
void |
setGroups(java.util.List<BasicGroupVO> groups) |
addPropertyChangeListener, 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<CurrencyVO,UserAccountFeeLogSearchData> CURRENCY
public static final ListProperty<BasicGroupVO,UserAccountFeeLogSearchData> GROUPS
public UserAccountFeeLogSearchData()
public UserAccountFeeLogSearchData(Property<T,? super UserAccountFeeLogSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.List<BasicGroupVO> getGroups()
public void setGroups(java.util.List<BasicGroupVO> groups)