com.ibm.commerce.utf.beans
Class AlgoTypeListBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.utf.beans.UTFListBean
|
+--com.ibm.commerce.utf.beans.AlgoTypeListBean
- All Implemented Interfaces:
- AlgoTypeListInputDataBean, AlgoTypeListSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean
- public class AlgoTypeListBean
- extends UTFListBean
- implements AlgoTypeListInputDataBean, AlgoTypeListSmartDataBean
Provides a list of AlgoTypeDataBean objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aString
protected java.lang.String aString
COPYRIGHT
public static final java.lang.String COPYRIGHT
fAlgoTypes
protected AlgoTypeDataBean[] fAlgoTypes
AlgoTypeListBean
public AlgoTypeListBean()
- Constructs an AlgoTypeListBean object.
getAlgoTypes
public AlgoTypeDataBean[] getAlgoTypes()
- Gets an array of fAlgoTypes.
- Specified by:
getAlgoTypes
in interface AlgoTypeListSmartDataBean
populate
public void populate()
throws java.lang.Exception
- Looks up a list of algo types, then uses the list
contents to populate an array of AlgoTypeDataBean objects.
- Overrides:
populate
in class SmartDataBeanImpl
- Throws:
java.lang.Exception
- if the access bean could not be created.
setAlgoTypes
public void setAlgoTypes(AlgoTypeDataBean[] newAlgoTypes)
- Loads the array fAlgoTypes.
- Specified by:
setAlgoTypes
in interface AlgoTypeListInputDataBean