java.lang.ObjectUTFListBean
com.ibm.commerce.utf.beans.PAttrProdListBean
Provides a list of PAttrProdDataBean objects.
Field Summary | |
static java.lang.String | COPYRIGHT |
Constructor Summary | |
PAttrProdListBean() Constructs an PAttrProdListBean object. |
Method Summary | |
java.lang.String | getAttributeId() Gets the attributeId. |
java.lang.String | getCatentryId() Gets the catentryId. |
PAttrProdDataBean[] | getPAttrProds() Gets an array of fPAttrProds. |
void | populate() Looks up a list of Personlized Attribute Products, then uses the list contents to populate an array of PAttrProdDataBean objects. |
void | setAttributeId(java.lang.String newAttributeId) Sets the attributeId. |
void | setCatentryId(java.lang.String newCatentryId) Sets the catentryId. |
void | setPAttrProds(PAttrProdDataBean[] newPAttrProds) Loads the array fPAttrProds. |
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 PAttrProdListBean()
Method Detail |
public java.lang.String getAttributeId()
public java.lang.String getCatentryId()
public PAttrProdDataBean[] getPAttrProds()
public void populate() throws java.lang.Exception
public void setAttributeId(java.lang.String newAttributeId)
public void setCatentryId(java.lang.String newCatentryId)
public void setPAttrProds(PAttrProdDataBean[] newPAttrProds)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.