com.ibm.commerce.utf.beans
Class AlgoTypeDescListBean

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

public class AlgoTypeDescListBean
extends UTFListBean
implements AlgoTypeDescListInputDataBean, AlgoTypeDescListSmartDataBean

Provides a list of AlgoTypeDescDataBean objects.

See Also:
Serialized Form

Field Summary
protected  java.lang.String algorithmTypeId
           
protected  java.lang.String aString
           
static java.lang.String COPYRIGHT
           
protected  AlgoTypeDescDataBean[] fAlgoTypeDescs
           
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
AlgoTypeDescListBean()
          Constructs an AlgoTypeDescListBean object.
 
Method Summary
 java.lang.String getAlgorithmTypeId()
          Gets the algorithmTypeId.
 AlgoTypeDescDataBean[] getAlgoTypeDescs()
          Gets an array of fAlgoTypeDescs.
 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 AlgoTypeDescDataBean objects.
 void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
          Sets the algorithmTypeId.
 void setAlgoTypeDescs(AlgoTypeDescDataBean[] newAlgoTypeDescs)
          Loads the array fAlgoTypeDescs.
 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

algorithmTypeId

protected java.lang.String algorithmTypeId

aString

protected java.lang.String aString

COPYRIGHT

public static final java.lang.String COPYRIGHT

fAlgoTypeDescs

protected AlgoTypeDescDataBean[] fAlgoTypeDescs

languageId

protected java.lang.String languageId
Constructor Detail

AlgoTypeDescListBean

public AlgoTypeDescListBean()
Constructs an AlgoTypeDescListBean object.
Method Detail

getAlgorithmTypeId

public java.lang.String getAlgorithmTypeId()
Gets the algorithmTypeId.
Specified by:
getAlgorithmTypeId in interface AlgoTypeDescListSmartDataBean

getAlgoTypeDescs

public AlgoTypeDescDataBean[] getAlgoTypeDescs()
Gets an array of fAlgoTypeDescs.
Specified by:
getAlgoTypeDescs in interface AlgoTypeDescListSmartDataBean

getLanguageId

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

populate

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

setAlgorithmTypeId

public void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
Sets the algorithmTypeId.
Specified by:
setAlgorithmTypeId in interface AlgoTypeDescListInputDataBean

setAlgoTypeDescs

public void setAlgoTypeDescs(AlgoTypeDescDataBean[] newAlgoTypeDescs)
Loads the array fAlgoTypeDescs.
Specified by:
setAlgoTypeDescs in interface AlgoTypeDescListInputDataBean

setLanguageId

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