com.ibm.commerce.negotiation.beans
Class NegotiationListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.negotiation.beans.NegotiationListBean
All Implemented Interfaces:
DataBean, InputDataBean, NegotiationListInputDataBean, NegotiationListSmartDataBean, java.io.Serializable, SmartDataBean
Direct Known Subclasses:
AuctionDescriptionListBean, AuctionInfoListBean, AuctionListBean, AuctionStyleListBean, AutoBidListBean, BidListBean, ControlRuleListBean, ForumMessageLightListBean, ForumMessageListBean, MemberAuctionRelationListBean, MessageCountListBean, MessageInfoListBean, MessageListBean

public abstract class NegotiationListBean
extends SmartDataBeanImpl
implements NegotiationListInputDataBean, NegotiationListSmartDataBean

An abstract base class for sorted lists of auction objects.

See Also:
Serialized Form

Field Summary
protected  int listSize
           
 com.ibm.commerce.negotiation.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
NegotiationListBean()
          NegotiationListBean constructor comment.
 
Method Summary
 int getLength()
          Returns the list size.
 com.ibm.commerce.negotiation.util.SortingAttribute getSortAtt()
          Returns the sorting attribute.
 void setSortAtt(com.ibm.commerce.negotiation.util.SortingAttribute newSortAtt)
          Stores the incoming sorting attribute in a member variable.
 
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.negotiation.util.SortingAttribute sortingAtt
Constructor Detail

NegotiationListBean

public NegotiationListBean()
NegotiationListBean constructor comment.
Method Detail

getLength

public int getLength()
Returns the list size.
Specified by:
getLength in interface NegotiationListSmartDataBean
Returns:
The list size.

getSortAtt

public com.ibm.commerce.negotiation.util.SortingAttribute getSortAtt()
Returns the sorting attribute.
Specified by:
getSortAtt in interface NegotiationListSmartDataBean
Returns:
The sorting attribute.

setSortAtt

public void setSortAtt(com.ibm.commerce.negotiation.util.SortingAttribute newSortAtt)
Stores the incoming sorting attribute in a member variable.
Specified by:
setSortAtt in interface NegotiationListInputDataBean
Parameters:
newSortAtt - The sorting attribute.