com.ibm.commerce.utf.beans
Class PAttrValueListBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.utf.beans.UTFListBean
|
+--com.ibm.commerce.utf.beans.PAttrValueListBean
- All Implemented Interfaces:
- DataBean, InputDataBean, PAttrValueListInputDataBean, PAttrValueListSmartDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean
- public class PAttrValueListBean
- extends UTFListBean
- implements PAttrValueListInputDataBean, PAttrValueListSmartDataBean
Provides a list of PAttrValueDataBean objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aString
protected java.lang.String aString
attributeId
protected java.lang.String attributeId
COPYRIGHT
public static final java.lang.String COPYRIGHT
PAttrValues
protected PAttrValueDataBean[] PAttrValues
termCondId
protected java.lang.String termCondId
PAttrValueListBean
public PAttrValueListBean()
- Constructs an PAttrValueListBean object.
getAttributeId
public java.lang.String getAttributeId()
- Gets the attributeId.
- Specified by:
getAttributeId
in interface PAttrValueListSmartDataBean
getPAttrValues
public PAttrValueDataBean[] getPAttrValues()
- Gets an array of PAttrValues.
- Specified by:
getPAttrValues
in interface PAttrValueListSmartDataBean
getTermCondId
public java.lang.String getTermCondId()
- Gets the active termCondId.
- Specified by:
getTermCondId
in interface PAttrValueListSmartDataBean
populate
public void populate()
throws java.lang.Exception
- Looks up a list of PAttrValues, then uses the list
contents to populate an array of PAttrValueDataBean objects.
- Overrides:
populate
in class SmartDataBeanImpl
- Throws:
java.lang.Exception
- if the access bean could not be created.
setAttributeId
public void setAttributeId(java.lang.String newAttributeId)
- Sets the attributeId.
- Specified by:
setAttributeId
in interface PAttrValueListInputDataBean
- Parameters:
newAttributeId
- the desired attributeId id.
setPAttrValues
public void setPAttrValues(PAttrValueDataBean[] newPAttrValue)
- Loads the array PAttrValues.
- Specified by:
setPAttrValues
in interface PAttrValueListInputDataBean
setTermCondId
public void setTermCondId(java.lang.String newTermCondId)
- Sets the termCondId field.
- Specified by:
setTermCondId
in interface PAttrValueListInputDataBean
- Parameters:
newTermCondId
- the desired term cond id.