public class ProducerDecoratorBean extends AbstractDecoratorBean
| Constructor and Description |
|---|
ProducerDecoratorBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProducerBean(ProducerAO producerBean) |
StatLineAO |
getCumulatedStat() |
java.util.List<ProducerAO> |
getProducers() |
int |
getProducersAmount() |
java.lang.String |
getSortTypeName() |
void |
setCumulatedStat(StatLineAO cumulatedStat) |
void |
setProducerBeans(java.util.List<ProducerAO> someProducers) |
compareTo, getCaptions, getDecoratorNameForCss, getName, getSortByParameterName, getSortOrderParameterName, setCaptions, setName, toStringpublic java.util.List<ProducerAO> getProducers()
public void addProducerBean(ProducerAO producerBean)
public void setProducerBeans(java.util.List<ProducerAO> someProducers)
public StatLineAO getCumulatedStat()
public void setCumulatedStat(StatLineAO cumulatedStat)
public java.lang.String getSortTypeName()
public int getProducersAmount()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.