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

Field Summary
protected  java.lang.String aString
           
protected  java.lang.String attributeId
           
static java.lang.String COPYRIGHT
           
protected  PAttrValueDataBean[] PAttrValues
           
protected  java.lang.String termCondId
           
 
Fields inherited from class com.ibm.commerce.utf.beans.UTFListBean
listSize, sortingAtt
 
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
commandContext
 
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl
requestProperties
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
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 com.ibm.commerce.utf.beans.UTFListBean
getLength, getSortAtt, setSortAtt
 
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl
fulfills, getCommandContext, getResources, setCommandContext
 
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl
getRequestProperties, setRequestProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail

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
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

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.