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