java.lang.ObjectUTFListBean
com.ibm.commerce.utf.beans.RFQProdListBean
Field Summary | |
static java.lang.String | COPYRIGHT The IBM Copyright |
Constructor Summary | |
RFQProdListBean() Constructs an RFQProdListBean object. |
Method Summary | |
java.lang.String | getCatentryId() Gets the catentryId. |
java.lang.String | getRFQId() Gets the rFQId. |
RFQProdDataBean[] | getRFQProds() Gets an array of fRFQProds. |
int | getRowCount() Get the number of total record |
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 position |
void | setRFQCategoryId(java.lang.String newRFQCategoryId) Sets the RFQCategoryId. |
void | setRFQId(java.lang.String newRFQId) Sets the rFQId. |
void | setRFQProds(RFQProdDataBean[] newRFQProds) Loads the array fRFQProds. |
void | setSize(int size) Sets the number of record to retrieve |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RFQProdListBean()
Method Detail |
public java.lang.String getCatentryId()
public java.lang.String getRFQId()
public RFQProdDataBean[] getRFQProds()
public void populate() throws java.lang.Exception
public void setCatentryId(java.lang.String newCatentryId)
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)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.