com.ibm.commerce.negotiation.beans
Interface NegotiationListSmartDataBean

All Known Implementing Classes:
NegotiationListBean

public interface NegotiationListSmartDataBean

Method Summary
int getLength()
Returns the list size.
com.ibm.commerce.negotiation.util.SortingAttribute getSortAtt() Gets the sorting attribute.

Method Detail

getLength

public int getLength()
Returns the list size.
Returns:
The list size.

getSortAtt

public com.ibm.commerce.negotiation.util.SortingAttribute getSortAtt()
Gets the sorting attribute.
Returns:
The sorting attribute.

Feedback