com.ibm.commerce.utf.beans
Class UTFListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.utf.beans.UTFListBean
All Implemented Interfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean
Direct Known Subclasses:
AlgoPolicyDescListBean, AlgoPolicyListBean, AlgoRegDescListBean, AlgorithmRegistryListBean, AlgoTypeDescListBean, AlgoTypeListBean, ExtEngineListBean, PAttributeDescListBean, PAttributeListBean, PAttrProdListBean, PAttrValueListBean, RFQListBean, RFQProdListBean, TradeDomainDescListBean, TradeDomainListBean, TradeEngineDescListBean, TradeEngineListBean, TradeSubDomainDescListBean, TradeSubDomainListBean

public abstract class UTFListBean
extends SmartDataBeanImpl
implements UTFListInputDataBean, UTFListSmartDataBean

UTF Abstract List Bean.

See Also:
Serialized Form

Field Summary
protected  int listSize
           
 com.ibm.commerce.utf.helper.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
UTFListBean()
          UTFListBean constructor.
 
Method Summary
 int getLength()
          Get List length.
 com.ibm.commerce.utf.helper.SortingAttribute getSortAtt()
          Get Sorting Attribute.
 void setSortAtt(com.ibm.commerce.utf.helper.SortingAttribute newSortAtt)
          Set SortingAttribute.
 
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.utf.helper.SortingAttribute sortingAtt
Constructor Detail

UTFListBean

public UTFListBean()
UTFListBean constructor.
Method Detail

getLength

public int getLength()
Get List length.
Specified by:
getLength in interface UTFListSmartDataBean

getSortAtt

public com.ibm.commerce.utf.helper.SortingAttribute getSortAtt()
Get Sorting Attribute.
Specified by:
getSortAtt in interface UTFListSmartDataBean

setSortAtt

public void setSortAtt(com.ibm.commerce.utf.helper.SortingAttribute newSortAtt)
Set SortingAttribute.
Specified by:
setSortAtt in interface UTFListInputDataBean