com.ibm.commerce.utf.beans
Class AlgoPolicyListBean
java.lang.Object
|
+--com.ibm.commerce.beans.InputDataBeanImpl
|
+--com.ibm.commerce.beans.SmartDataBeanImpl
|
+--com.ibm.commerce.utf.beans.UTFListBean
|
+--com.ibm.commerce.utf.beans.AlgoPolicyListBean
- All Implemented Interfaces:
- AlgoPolicyListInputDataBean, AlgoPolicyListSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean, UTFListInputDataBean, UTFListSmartDataBean
- public class AlgoPolicyListBean
- extends UTFListBean
- implements AlgoPolicyListInputDataBean, AlgoPolicyListSmartDataBean
Provides a list of AlgoPolicyDataBean 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
algorithmTypeId
protected java.lang.String algorithmTypeId
aString
protected java.lang.String aString
COPYRIGHT
public static final java.lang.String COPYRIGHT
fAlgoPolicys
protected AlgoPolicyDataBean[] fAlgoPolicys
AlgoPolicyListBean
public AlgoPolicyListBean()
- Constructs an AlgoPolicyListBean object.
getAlgoPolicys
public AlgoPolicyDataBean[] getAlgoPolicys()
- Gets an array of fAlgoPolicys.
- Specified by:
getAlgoPolicys
in interface AlgoPolicyListSmartDataBean
getAlgorithmPolicyId
public java.lang.String getAlgorithmPolicyId()
- Gets the algorithmPolicyId.
- Specified by:
getAlgorithmPolicyId
in interface AlgoPolicyListSmartDataBean
getAlgorithmTypeId
public java.lang.String getAlgorithmTypeId()
- Gets the algorithmTypeId.
- Specified by:
getAlgorithmTypeId
in interface AlgoPolicyListSmartDataBean
populate
public void populate()
throws java.lang.Exception
- Looks up a list of algoPolicys, then uses the list
contents to populate an array of AlgoPolicyDataBean objects.
- Overrides:
populate
in class SmartDataBeanImpl
- Throws:
java.lang.Exception
- if the access bean could not be created.
setAlgoPolicys
public void setAlgoPolicys(AlgoPolicyDataBean[] newAlgoPolicys)
- Loads the array fAlgoPolicys.
- Specified by:
setAlgoPolicys
in interface AlgoPolicyListInputDataBean
setAlgorithmPolicyId
public void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
- Sets the algorithmPolicyId.
- Specified by:
setAlgorithmPolicyId
in interface AlgoPolicyListInputDataBean
setAlgorithmTypeId
public void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
- Sets the algorithmTypeId.
- Specified by:
setAlgorithmTypeId
in interface AlgoPolicyListInputDataBean