|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.beans.InputDataBeanImpl | +--com.ibm.commerce.beans.SmartDataBeanImpl | +--com.ibm.commerce.negotiation.beans.NegotiationListBean
An abstract base class for sorted lists of auction objects.
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 |
protected int listSize
public com.ibm.commerce.negotiation.util.SortingAttribute sortingAtt
Constructor Detail |
public NegotiationListBean()
Method Detail |
public int getLength()
getLength
in interface NegotiationListSmartDataBean
public com.ibm.commerce.negotiation.util.SortingAttribute getSortAtt()
getSortAtt
in interface NegotiationListSmartDataBean
public void setSortAtt(com.ibm.commerce.negotiation.util.SortingAttribute newSortAtt)
setSortAtt
in interface NegotiationListInputDataBean
newSortAtt
- The sorting attribute.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |