public class RFQProdListBean extends com.ibm.commerce.utf.beans.UTFListBean implements RFQProdListInputDataBean, RFQProdListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
com.ibm.commerce.utf.helper.SortingAttribute | sortingAtt
The sorting attribute
|
Constructor and Description |
---|
RFQProdListBean()
Constructs an RFQProdListBean object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getCatentryId()
Gets the catentryId.
|
java.lang.Integer[] | getNegotiationTypes()
Gets the negotiationTypes.
|
java.lang.String | getRFQId()
Gets the RFQ ID.
|
RFQProdDataBean[] | getRFQProds()
Gets an array of RFQ products.
|
int | getRowCount()
Get the number of total records
|
void | populate()
Looks up a list of RFQ Products, then uses the list contents to populate an array of RFQProdDataBean objects.
|
void | setCatentryId(java.lang.String newCatentryId)
Sets the catentryId.
|
void | setInitialPosition(int initialPosition)
Sets the cursor initial positions
|
void | setNegotiationTypes(java.lang.Integer[] newNegotiationTypes)
Sets the negotiationTypes.
|
void | setRFQCategoryId(java.lang.String newRFQCategoryId)
Sets the RFQCategoryId.
|
void | setRFQId(java.lang.String newRFQId)
Sets the RFQ ID.
|
void | setRFQProds(RFQProdDataBean[] newRFQProds)
Loads the array RFQ products.
|
void | setSize(int size)
Sets the number of record to retrieve
|
public static final java.lang.String COPYRIGHT
public com.ibm.commerce.utf.helper.SortingAttribute sortingAtt
public java.lang.String getCatentryId()
public java.lang.Integer[] getNegotiationTypes()
public java.lang.String getRFQId()
public RFQProdDataBean[] getRFQProds()
public void populate() throws java.lang.Exception
public void setCatentryId(java.lang.String newCatentryId)
public void setNegotiationTypes(java.lang.Integer[] newNegotiationTypes)
public void setRFQId(java.lang.String newRFQId)
public void setRFQProds(RFQProdDataBean[] newRFQProds)
public void setInitialPosition(int initialPosition)
public void setSize(int size)
public int getRowCount()
public void setRFQCategoryId(java.lang.String newRFQCategoryId)