public class StatDecoratorBean extends AbstractDecoratorBean
| Constructor and Description |
|---|
StatDecoratorBean()
Creates a new StatDecoratorBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addStatsBean(StatBean stat) |
StatBean |
getCumulatedStat() |
java.lang.String |
getSortTypeName()
Returns the name of the sort type for sort links generation.
|
java.util.List<StatBean> |
getStats() |
void |
setCumulatedStat(StatBean cumulatedStat) |
void |
setStats(java.util.List<StatBean> someBeans) |
java.lang.String |
toString() |
compareTo, getCaptions, getDecoratorNameForCss, getName, getSortByParameterName, getSortOrderParameterName, setCaptions, setNamepublic java.util.List<StatBean> getStats()
public void addStatsBean(StatBean stat)
public void setStats(java.util.List<StatBean> someBeans)
public StatBean getCumulatedStat()
public void setCumulatedStat(StatBean cumulatedStat)
public java.lang.String toString()
toString in class AbstractDecoratorBeanpublic java.lang.String getSortTypeName()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.