com.ibm.commerce.utf.beans
Class PAttrValueListBean

java.lang.Object
  UTFListBean
      com.ibm.commerce.utf.beans.PAttrValueListBean
All Implemented Interfaces:
PAttrValueListInputDataBean, PAttrValueListSmartDataBean

public class PAttrValueListBean
extends UTFListBean
implements PAttrValueListInputDataBean, PAttrValueListSmartDataBean

Provides a list of PAttrValueDataBean objects.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Constructor Summary
PAttrValueListBean()
Constructs an PAttrValueListBean object.
Method Summary
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.
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

PAttrValueListBean

public PAttrValueListBean()
Constructs an PAttrValueListBean object.
Method Detail

getAttributeId

public java.lang.String getAttributeId()
Gets the attributeId.
Specified by:
getAttributeId in interface PAttrValueListSmartDataBean
Returns:
java.lang.String

getPAttrValues

public PAttrValueDataBean[] getPAttrValues()
Gets an array of PAttrValues.
Specified by:
getPAttrValues in interface PAttrValueListSmartDataBean
Returns:
com.ibm.commerce.utf.beans.PAttrValueDataBean[]

getTermCondId

public java.lang.String getTermCondId()
Gets the active termCondId.
Specified by:
getTermCondId in interface PAttrValueListSmartDataBean
Returns:
java.lang.String

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.
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
Parameters:
newPAttrValue - new PAttribute values

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.

Feedback