com.ibm.commerce.utf.beans
Class PAttributeDescListBean

java.lang.Object
  UTFListBean
      com.ibm.commerce.utf.beans.PAttributeDescListBean
All Implemented Interfaces:
PAttributeDescListInputDataBean, PAttributeDescListSmartDataBean

public class PAttributeDescListBean
extends UTFListBean
implements PAttributeDescListInputDataBean, PAttributeDescListSmartDataBean

Provides a list of PAttributeDescDataBean objects.

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

PAttributeDescListBean

public PAttributeDescListBean()
Constructs an PAttributeDescListBean object.
Method Detail

getLanguageId

public java.lang.String getLanguageId()
Gets the languageId.
Specified by:
getLanguageId in interface PAttributeDescListSmartDataBean
Returns:
java.lang.String

getPAttributeDescs

public PAttributeDescDataBean[] getPAttributeDescs()
Gets an array of fPAttributeDescs.
Specified by:
getPAttributeDescs in interface PAttributeDescListSmartDataBean
Returns:
com.ibm.commerce.utf.beans.PAttributeDescDataBean[]

getPAttributeId

public java.lang.String getPAttributeId()
Gets the pAttributeId.
Specified by:
getPAttributeId in interface PAttributeDescListSmartDataBean
Returns:
java.lang.String

populate

public void populate()
              throws java.lang.Exception
Looks up a list of PAttribute Descriptions, then uses the list contents to populate an array of PAttributeDescDataBean objects.
Throws:
java.lang.Exception - if the access bean could not be created.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId.
Specified by:
setLanguageId in interface PAttributeDescListInputDataBean
Parameters:
newLanguageId - The new language Id.

setPAttributeDescs

public void setPAttributeDescs(PAttributeDescDataBean[] newPAttributeDescs)
Loads the array fPAttributeDescs.
Specified by:
setPAttributeDescs in interface PAttributeDescListInputDataBean
Parameters:
newPAttributeDescs - Array of PAttribute description databean

setPAttributeId

public void setPAttributeId(java.lang.String newPAttributeId)
Sets the pAttributeId.
Specified by:
setPAttributeId in interface PAttributeDescListInputDataBean

Feedback