java.lang.ObjectUTFListBean
com.ibm.commerce.utf.beans.PAttrValueListBean
Provides a list of PAttrValueDataBean objects.
Field Summary | |
static java.lang.String | COPYRIGHT |
Constructor Summary | |
PAttrValueListBean() Constructs an PAttrValueListBean object. |
Method Summary | |
java.lang.String | getAttributeId() Gets the attributeId. |
PAttrValueDataBean[] | getPAttrValues() Gets an array of PAttrValues. |
java.lang.String | getTermCondId() Gets the active termCondId. |
void | populate() Looks up a list of PAttrValues, then uses the list contents to populate an array of PAttrValueDataBean objects. |
void | setAttributeId(java.lang.String newAttributeId) Sets the attributeId. |
void | setPAttrValues(PAttrValueDataBean[] newPAttrValue) Loads the array PAttrValues. |
void | setTermCondId(java.lang.String newTermCondId) Sets the termCondId field. |
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 PAttrValueListBean()
Method Detail |
public java.lang.String getAttributeId()
public PAttrValueDataBean[] getPAttrValues()
public java.lang.String getTermCondId()
public void populate() throws java.lang.Exception
public void setAttributeId(java.lang.String newAttributeId)
public void setPAttrValues(PAttrValueDataBean[] newPAttrValue)
public void setTermCondId(java.lang.String newTermCondId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.