public class UsersWithBalancesOverview extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<AmountSummaryVO,UsersWithBalancesOverview> |
GENERAL_OVERVIEW |
static MapProperty<BalanceLevel,AmountSummaryVO,UsersWithBalancesOverview> |
OVERVIEW_BY_RANGE |
| Constructor and Description |
|---|
UsersWithBalancesOverview() |
UsersWithBalancesOverview(Property<T,? super UsersWithBalancesOverview> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AmountSummaryVO |
getGeneralOverview() |
java.util.Map<BalanceLevel,AmountSummaryVO> |
getOverviewByRange() |
void |
setGeneralOverview(AmountSummaryVO generalOverview) |
void |
setOverviewByRange(java.util.Map<BalanceLevel,AmountSummaryVO> overviewByRange) |
addPropertyChangeListener, 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 BasicProperty<AmountSummaryVO,UsersWithBalancesOverview> GENERAL_OVERVIEW
public static final MapProperty<BalanceLevel,AmountSummaryVO,UsersWithBalancesOverview> OVERVIEW_BY_RANGE
public UsersWithBalancesOverview()
public UsersWithBalancesOverview(Property<T,? super UsersWithBalancesOverview> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic AmountSummaryVO getGeneralOverview()
public void setGeneralOverview(AmountSummaryVO generalOverview)
public java.util.Map<BalanceLevel,AmountSummaryVO> getOverviewByRange()
public void setOverviewByRange(java.util.Map<BalanceLevel,AmountSummaryVO> overviewByRange)