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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AlgoTypeDescListBean
public AlgoTypeDescListBean()
- Constructs an AlgoTypeDescListBean object.
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