public class PAttrProdListBean extends com.ibm.commerce.utf.beans.UTFListBean implements PAttrProdListInputDataBean, PAttrProdListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString
Constructor and Description |
---|
PAttrProdListBean()
Constructs an PAttrProdListBean object.
|
Modifier and Type | Method and Description |
---|---|
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 Personalized 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.
|
getLength, getSortAtt, setSortAtt
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public PAttrProdListBean()
public java.lang.String getAttributeId()
getAttributeId
in interface PAttrProdListSmartDataBean
public java.lang.String getCatentryId()
getCatentryId
in interface PAttrProdListSmartDataBean
public PAttrProdDataBean[] getPAttrProds()
getPAttrProds
in interface PAttrProdListSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
populate
in class SmartDataBeanImpl
java.lang.Exception
- if the access bean could not be created.public void setAttributeId(java.lang.String newAttributeId)
setAttributeId
in interface PAttrProdListInputDataBean
newAttributeId
- relevant attribute id.public void setCatentryId(java.lang.String newCatentryId)
setCatentryId
in interface PAttrProdListInputDataBean
newCatentryId
- relevant catentry id.public void setPAttrProds(PAttrProdDataBean[] newPAttrProds)
setPAttrProds
in interface PAttrProdListInputDataBean
newPAttrProds
- relevant PAttribute Products