public class PAttrValueListBean extends com.ibm.commerce.utf.beans.UTFListBean implements PAttrValueListInputDataBean, PAttrValueListSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PAttrValueListBean()
Constructs an PAttrValueListBean object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
public PAttrValueListBean()
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)