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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sortingAtt
public com.ibm.commerce.negotiation.util.SortingAttribute sortingAtt
listSize
protected int listSize
NegotiationListBean
public NegotiationListBean()
- NegotiationListBean constructor comment.
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.