public abstract class SortedListBean extends SmartDataBeanImpl implements SortedListInputDataBean, com.ibm.commerce.beans.SortedListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| protected int | listSize
This is the number of elements in the data bean.
|
| com.ibm.commerce.base.util.SortingAttribute | sortingAtt
This is the sorting attribute.
|
| Constructor and Description |
|---|
| SortedListBean()
This is the default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
| int | getLength()
This method gets the number of elements in the data bean.
|
| com.ibm.commerce.base.util.SortingAttribute | getSortAtt()
This method gets the sorting attribute.
|
| void | setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
This method sets the sorting attribute.
|
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.base.util.SortingAttribute sortingAtt
protected int listSize
public SortedListBean()
public int getLength()
public com.ibm.commerce.base.util.SortingAttribute getSortAtt()
public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)