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.
|
com.ibm.commerce.base.util.SortingAttribute |
sortingAtt
This is the sorting attribute.
|
emptyString
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.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.base.util.SortingAttribute sortingAtt
public SortedListBean()
public int getLength()
getLength
in interface com.ibm.commerce.beans.SortedListSmartDataBean
public com.ibm.commerce.base.util.SortingAttribute getSortAtt()
getSortAtt
in interface com.ibm.commerce.beans.SortedListSmartDataBean
public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
setSortAtt
in interface SortedListInputDataBean
newSortAtt
- This is the sorting attribute.