public abstract class NegotiationListBean extends SmartDataBeanImpl implements NegotiationListInputDataBean, NegotiationListSmartDataBean
Modifier and Type | Field and Description |
---|---|
com.ibm.commerce.base.util.SortingAttribute |
sortingAtt |
COPYRIGHT
emptyString
Constructor and Description |
---|
NegotiationListBean()
Negotiation list bean constructor comment.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the list size.
|
com.ibm.commerce.base.util.SortingAttribute |
getSortAtt()
Returns the sorting attribute.
|
void |
setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
Stores the incoming sorting attribute in a member variable.
|
void |
setSortAttByString(java.lang.String newSortAttStr)
Stores the incoming sorting attribute in a string.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, populate, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public NegotiationListBean()
public int getLength()
getLength
in interface NegotiationListSmartDataBean
public com.ibm.commerce.base.util.SortingAttribute getSortAtt()
getSortAtt
in interface NegotiationListSmartDataBean
public void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
setSortAtt
in interface NegotiationListInputDataBean
newSortAtt
- The sorting attribute.public void setSortAttByString(java.lang.String newSortAttStr)
newSortAttStr
- The attribute string.