com.ibm.commerce.beans
Class SortedListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.beans.SortedListBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, SortedListInputDataBean, SortedListSmartDataBean
Direct Known Subclasses:
ApprovalStatusLightListBean

public abstract class SortedListBean
extends SmartDataBeanImpl
implements SortedListInputDataBean, SortedListSmartDataBean

Insert the type's description here. Creation date: 7/5/2001

See Also:
Serialized Form

Field Summary
protected  int listSize
           
 com.ibm.commerce.base.util.SortingAttribute sortingAtt
           
 
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
SortedListBean()
          NegotiationListBean constructor comment.
 
Method Summary
 int getLength()
          Insert the method's description here.
 com.ibm.commerce.base.util.SortingAttribute getSortAtt()
          Insert the method's description here.
 void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
          Insert the method's description here.
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, populate, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail

listSize

protected int listSize

sortingAtt

public com.ibm.commerce.base.util.SortingAttribute sortingAtt
Constructor Detail

SortedListBean

public SortedListBean()
NegotiationListBean constructor comment.
Method Detail

getLength

public int getLength()
Insert the method's description here. Creation date: (10/9/00 1:12:10 PM)
Specified by:
getLength in interface SortedListSmartDataBean
Returns:
int

getSortAtt

public com.ibm.commerce.base.util.SortingAttribute getSortAtt()
Insert the method's description here. Creation date: (8/11/00 11:30:25 AM)
Specified by:
getSortAtt in interface SortedListSmartDataBean
Returns:
com.ibm.commerce.negotiation.util.SortingAttribute

setSortAtt

public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
Insert the method's description here. Creation date: (8/11/00 11:30:58 AM)
Specified by:
setSortAtt in interface SortedListInputDataBean
Parameters:
newSortAtt - com.ibm.commerce.negotiation.util.SortingAttribute