com.ibm.commerce.utf.beans
Class AlgoPolicyDataBean

com.ibm.commerce.utf.beans.AlgoPolicyDataBean
All Implemented Interfaces:
AlgoPolicyInputDataBean, AlgoPolicySmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AlgoPolicyDataBean
implements AlgoPolicyInputDataBean, AlgoPolicySmartDataBean, SmartDataBean

Interfaces to the data members of the AlgoPolicyAccessBean.

See Also:
Serialized Form

Field Summary
protected  CommandContext commandContext
           
static java.lang.String COPYRIGHT
           
protected  TypedProperty requestProperties
           
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Constructor Summary
AlgoPolicyDataBean()
          Constructs AlgoPolicyDataBean, initializes fields to null.
AlgoPolicyDataBean(com.ibm.commerce.utf.beans.AlgoPolicyAccessBean anAccessBean)
          Constructs AlgoPolicyDataBean, initializes fields to null.
 
Method Summary
 java.lang.String getAlgorithmPolicyId()
          Gets the algorithmPolicyId.
 java.lang.String getAlgorithmTypeId()
          Gets the algorithmTypeId.
 CommandContext getCommandContext()
          Gets the active commandContext.
 TypedProperty getRequestProperties()
          Returns the request parameters as a TypedProperty.
 void populate()
          Fetches field values from the access bean.
 void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
          Sets the algorithmPolicyId field and uses it to set the algorithmPolicyId key field of the access bean.
 void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
          Sets the algorithmTypeId field and uses it to set the algorithmTypeId key field of the access bean.
 void setCommandContext(CommandContext newCommandContext)
          Sets the active commandContext.
 void setRequestProperties(TypedProperty newRequestProperties)
          Copies the TypedProperty input parameters.
 

Field Detail

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties
Constructor Detail

AlgoPolicyDataBean

public AlgoPolicyDataBean()
Constructs AlgoPolicyDataBean, initializes fields to null.

AlgoPolicyDataBean

public AlgoPolicyDataBean(com.ibm.commerce.utf.beans.AlgoPolicyAccessBean anAccessBean)
                   throws java.lang.Exception
Constructs AlgoPolicyDataBean, initializes fields to null.
Parameters:
anAccessBean - com.ibm.commerce.utf.objects.AlgoPolicyAccessBean
Throws:
ECException -  
Method Detail

getAlgorithmPolicyId

public java.lang.String getAlgorithmPolicyId()
Gets the algorithmPolicyId.
Specified by:
getAlgorithmPolicyId in interface AlgoPolicySmartDataBean

getAlgorithmTypeId

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

getCommandContext

public CommandContext getCommandContext()
Gets the active commandContext.
Specified by:
getCommandContext in interface SmartDataBean

getRequestProperties

public TypedProperty getRequestProperties()
Returns the request parameters as a TypedProperty.
Specified by:
getRequestProperties in interface InputDataBean

populate

public void populate()
              throws java.lang.Exception
Fetches field values from the access bean.
Specified by:
populate in interface SmartDataBean

setAlgorithmPolicyId

public void setAlgorithmPolicyId(java.lang.String newAlgorithmPolicyId)
Sets the algorithmPolicyId field and uses it to set the algorithmPolicyId key field of the access bean.
Specified by:
setAlgorithmPolicyId in interface AlgoPolicyInputDataBean
Parameters:
newAlgorithmPolicyId - the relevant algorithmPolicyId.

setAlgorithmTypeId

public void setAlgorithmTypeId(java.lang.String newAlgorithmTypeId)
Sets the algorithmTypeId field and uses it to set the algorithmTypeId key field of the access bean. Creation date: (5/23/01 04:25:32 AM)
Specified by:
setAlgorithmTypeId in interface AlgoPolicyInputDataBean
Parameters:
newAlgorithmTypeId - the relevant algorithmTypeId.

setCommandContext

public void setCommandContext(CommandContext newCommandContext)
Sets the active commandContext.
Specified by:
setCommandContext in interface SmartDataBean

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
Specified by:
setRequestProperties in interface InputDataBean
Following copied from interface: com.ibm.commerce.beans.InputDataBean
Parameters:
TypedProperty - requestProperties - the set of properties passed to the JSP page that invokes this data bean,