public class VouchersResultsWithSummaryVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static MapProperty<VoucherStatus,AmountSummaryVO,VouchersResultsWithSummaryVO> |
SUMMARY |
static PageProperty<VoucherVO,VouchersResultsWithSummaryVO> |
VOUCHERS |
| Constructor and Description |
|---|
VouchersResultsWithSummaryVO() |
VouchersResultsWithSummaryVO(Property<T,? super VouchersResultsWithSummaryVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Map<VoucherStatus,AmountSummaryVO> |
getSummary() |
Page<VoucherVO> |
getVouchers() |
void |
setSummary(java.util.Map<VoucherStatus,AmountSummaryVO> summary) |
void |
setVouchers(Page<VoucherVO> vouchers) |
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 MapProperty<VoucherStatus,AmountSummaryVO,VouchersResultsWithSummaryVO> SUMMARY
public static final PageProperty<VoucherVO,VouchersResultsWithSummaryVO> VOUCHERS
public VouchersResultsWithSummaryVO()
public VouchersResultsWithSummaryVO(Property<T,? super VouchersResultsWithSummaryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.Map<VoucherStatus,AmountSummaryVO> getSummary()
public void setSummary(java.util.Map<VoucherStatus,AmountSummaryVO> summary)