public abstract class AbstractDecoratorBean
extends java.lang.Object
implements net.anotheria.util.sorter.IComparable
| Constructor and Description |
|---|
AbstractDecoratorBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
java.util.List<StatCaptionBean> |
getCaptions() |
java.lang.String |
getDecoratorNameForCss() |
java.lang.String |
getName() |
java.lang.String |
getSortByParameterName() |
java.lang.String |
getSortOrderParameterName() |
void |
setCaptions(java.util.List<StatCaptionBean> someCaptions) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.util.List<StatCaptionBean> getCaptions()
public void setCaptions(java.util.List<StatCaptionBean> someCaptions)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getSortByParameterName()
public java.lang.String getSortOrderParameterName()
public java.lang.String getDecoratorNameForCss()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2020 anotheria.net. All Rights Reserved.