com.ibm.commerce.utf.beans
Class AlgoPolicyDescListBean

java.lang.Object
  |
  +--com.ibm.commerce.beans.InputDataBeanImpl
        |
        +--com.ibm.commerce.beans.SmartDataBeanImpl
              |
              +--com.ibm.commerce.utf.beans.UTFListBean
                    |
                    +--com.ibm.commerce.utf.beans.AlgoPolicyDescListBean
All Implemented Interfaces:
AlgoPolicyDescListInputDataBean, AlgoPolicyDescListSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean

public class AlgoPolicyDescListBean
extends UTFListBean
implements AlgoPolicyDescListInputDataBean, AlgoPolicyDescListSmartDataBean

Provides a list of AlgoPolicyDescDataBean objects.

See Also:
Serialized Form

Field Summary
protected  java.lang.String algorithmPolicyId
           
protected  java.lang.String aString
           
static java.lang.String COPYRIGHT
           
protected  AlgoPolicyDescDataBean[] fAlgoPolicyDescs
           
protected  java.lang.String languageId
           
 
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
AlgoPolicyDescListBean()
          Constructs an AlgoPolicyDescListBean object.
 
Method Summary
 AlgoPolicyDescDataBean[] getAlgoPolicyDescs()
          Gets an array of fAlgoPolicyDescs.
 java.lang.String getAlgorithmPolicyId()
          Gets the algorithmPolicyId.
 java.lang.String getLanguageId()
          Gets the languageId.
 void populate()
          Looks up a list of algorithms, then uses the list contents to populate an array of AlgoPolicyDescDataBean objects.
 void setAlgoPolicyDescs(AlgoPolicyDescDataBean[] newAlgoPolicyDescs)
          Loads the array fAlgoPolicyDescs.
 void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
          Sets the algorithmPolicyId.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the languageId.
 
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

algorithmPolicyId

protected java.lang.String algorithmPolicyId

aString

protected java.lang.String aString

COPYRIGHT

public static final java.lang.String COPYRIGHT

fAlgoPolicyDescs

protected AlgoPolicyDescDataBean[] fAlgoPolicyDescs

languageId

protected java.lang.String languageId
Constructor Detail

AlgoPolicyDescListBean

public AlgoPolicyDescListBean()
Constructs an AlgoPolicyDescListBean object.
Method Detail

getAlgoPolicyDescs

public AlgoPolicyDescDataBean[] getAlgoPolicyDescs()
Gets an array of fAlgoPolicyDescs.
Specified by:
getAlgoPolicyDescs in interface AlgoPolicyDescListSmartDataBean

getAlgorithmPolicyId

public java.lang.String getAlgorithmPolicyId()
Gets the algorithmPolicyId.
Specified by:
getAlgorithmPolicyId in interface AlgoPolicyDescListSmartDataBean

getLanguageId

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

populate

public void populate()
              throws java.lang.Exception
Looks up a list of algorithms, then uses the list contents to populate an array of AlgoPolicyDescDataBean objects.
Overrides:
populate in class SmartDataBeanImpl
Throws:
java.lang.Exception - if the access bean could not be created.

setAlgoPolicyDescs

public void setAlgoPolicyDescs(AlgoPolicyDescDataBean[] newAlgoPolicyDescs)
Loads the array fAlgoPolicyDescs.
Specified by:
setAlgoPolicyDescs in interface AlgoPolicyDescListInputDataBean

setAlgorithmPolicyId

public void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
Sets the algorithmPolicyId.
Specified by:
setAlgorithmPolicyId in interface AlgoPolicyDescListInputDataBean

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId.
Specified by:
setLanguageId in interface AlgoPolicyDescListInputDataBean