java.lang.ObjectUTFListBean
com.ibm.commerce.utf.beans.PAttributeListBean
Provides a list of PAttributeDataBean objects.
Field Summary | |
protected java.lang.String | aString |
protected java.lang.String | attributeTypeId |
static java.lang.String | COPYRIGHT |
protected java.lang.String | name |
protected PAttributeDataBean[] | PAttributes |
Constructor Summary | |
PAttributeListBean() Constructs an PAttributeListBean object. |
Method Summary | |
java.lang.String | getAttributeTypeId() Gets the active attributeTypeId. |
java.lang.String | getName() Gets the name. |
PAttributeDataBean[] | getPAttributes() Gets an array of PAttributes. |
void | populate() Looks up a list of PAttributes, then uses the list contents to populate an array of PAttributeDataBean objects. |
void | setAttributeTypeId(java.lang.String newAttributeTypeId) Sets the attributeTypeId field. |
void | setName(java.lang.String newName) Sets the name. |
void | setPAttributes(PAttributeDataBean[] newPAttribute) Loads the array PAttributes. |
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
protected java.lang.String aString
protected PAttributeDataBean[] PAttributes
protected java.lang.String attributeTypeId
protected java.lang.String name
Constructor Detail |
public PAttributeListBean()
Method Detail |
public java.lang.String getAttributeTypeId()
public java.lang.String getName()
public PAttributeDataBean[] getPAttributes()
public void populate() throws java.lang.Exception
public void setAttributeTypeId(java.lang.String newAttributeTypeId)
public void setName(java.lang.String newName)
public void setPAttributes(PAttributeDataBean[] newPAttribute)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.