public abstract class NegotiationListBean extends SmartDataBeanImpl implements NegotiationListInputDataBean, NegotiationListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
com.ibm.commerce.base.util.SortingAttribute |
sortingAtt |
COPYRIGHTemptyString| 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, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequestProperties, setRequestPropertiespublic NegotiationListBean()
public int getLength()
getLength in interface NegotiationListSmartDataBeanpublic com.ibm.commerce.base.util.SortingAttribute getSortAtt()
getSortAtt in interface NegotiationListSmartDataBeanpublic void setSortAtt(com.ibm.commerce.base.util.SortingAttribute newSortAtt)
setSortAtt in interface NegotiationListInputDataBeannewSortAtt - The sorting attribute.public void setSortAttByString(java.lang.String newSortAttStr)
newSortAttStr - The attribute string.