public class AccountBalanceLimitsOverviewData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,AccountBalanceLimitsOverviewData> |
MANAGED_GROUPS |
static ListProperty<AccountTypeWithCurrencyVO,AccountBalanceLimitsOverviewData> |
USER_ACCOUNT_TYPES |
| Constructor and Description |
|---|
AccountBalanceLimitsOverviewData() |
AccountBalanceLimitsOverviewData(Property<T,? super AccountBalanceLimitsOverviewData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<BasicGroupVO> |
getManagedGroups() |
java.util.List<AccountTypeWithCurrencyVO> |
getUserAccountTypes() |
void |
setManagedGroups(java.util.List<BasicGroupVO> managedGroups) |
void |
setUserAccountTypes(java.util.List<AccountTypeWithCurrencyVO> userAccountTypes) |
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 ListProperty<BasicGroupVO,AccountBalanceLimitsOverviewData> MANAGED_GROUPS
public static final ListProperty<AccountTypeWithCurrencyVO,AccountBalanceLimitsOverviewData> USER_ACCOUNT_TYPES
public AccountBalanceLimitsOverviewData()
public AccountBalanceLimitsOverviewData(Property<T,? super AccountBalanceLimitsOverviewData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<BasicGroupVO> getManagedGroups()
public void setManagedGroups(java.util.List<BasicGroupVO> managedGroups)
public java.util.List<AccountTypeWithCurrencyVO> getUserAccountTypes()
public void setUserAccountTypes(java.util.List<AccountTypeWithCurrencyVO> userAccountTypes)