public class AccountHistoriesOverviewStatusVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<AmountSummaryVO,AccountHistoriesOverviewStatusVO> |
STATUSES |
| Constructor and Description |
|---|
AccountHistoriesOverviewStatusVO() |
AccountHistoriesOverviewStatusVO(Property<T,? super AccountHistoriesOverviewStatusVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AmountSummaryVO> |
getStatuses() |
void |
setStatuses(java.util.List<AmountSummaryVO> statuses) |
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 ListProperty<AmountSummaryVO,AccountHistoriesOverviewStatusVO> STATUSES
public AccountHistoriesOverviewStatusVO()
public AccountHistoriesOverviewStatusVO(Property<T,? super AccountHistoriesOverviewStatusVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<AmountSummaryVO> getStatuses()
public void setStatuses(java.util.List<AmountSummaryVO> statuses)