java.lang.ObjectUTFListBean
com.ibm.commerce.utf.beans.PAttributeDescListBean
Provides a list of PAttributeDescDataBean objects.
Field Summary | |
static java.lang.String | COPYRIGHT |
Constructor Summary | |
PAttributeDescListBean() Constructs an PAttributeDescListBean object. |
Method Summary | |
java.lang.String | getLanguageId() Gets the languageId. |
PAttributeDescDataBean[] | getPAttributeDescs() Gets an array of fPAttributeDescs. |
java.lang.String | getPAttributeId() Gets the pAttributeId. |
void | populate() Looks up a list of PAttribute Descriptions, then uses the list contents to populate an array of PAttributeDescDataBean objects. |
void | setLanguageId(java.lang.String newLanguageId) Sets the languageId. |
void | setPAttributeDescs(PAttributeDescDataBean[] newPAttributeDescs) Loads the array fPAttributeDescs. |
void | setPAttributeId(java.lang.String newPAttributeId) Sets the pAttributeId. |
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 PAttributeDescListBean()
Method Detail |
public java.lang.String getLanguageId()
public PAttributeDescDataBean[] getPAttributeDescs()
public java.lang.String getPAttributeId()
public void populate() throws java.lang.Exception
public void setLanguageId(java.lang.String newLanguageId)
public void setPAttributeDescs(PAttributeDescDataBean[] newPAttributeDescs)
public void setPAttributeId(java.lang.String newPAttributeId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.