com.ibm.commerce.utf.beans
Class AlgoPolicyDescDataBean

com.ibm.commerce.utf.beans.AlgoPolicyDescDataBean
All Implemented Interfaces:
AlgoPolicyDescInputDataBean, AlgoPolicyDescSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AlgoPolicyDescDataBean
implements AlgoPolicyDescInputDataBean, AlgoPolicyDescSmartDataBean, SmartDataBean

Interfaces to the data members of the AlgoPolicyDescAccessBean.

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
AlgoPolicyDescDataBean()
          Constructs AlgoPolicyDescDataBean, initializes fields to null.
AlgoPolicyDescDataBean(com.ibm.commerce.utf.beans.AlgoPolicyDescAccessBean anAccessBean)
          Constructs AlgoPolicyDescDataBean, initializes fields to null.
 
Method Summary
 java.lang.String getAlgorithmPolicyId()
          Gets the algorithmPolicyId.
 CommandContext getCommandContext()
          Gets the active commandContext.
 java.lang.String getLanguageId()
          Gets the languageId.
 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 setCommandContext(CommandContext newCommandContext)
          Sets the active commandContext.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the languageId field and uses it to set the langId key field of the access bean.
 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

AlgoPolicyDescDataBean

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

AlgoPolicyDescDataBean

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

getAlgorithmPolicyId

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

getCommandContext

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

getLanguageId

public java.lang.String getLanguageId()
Gets the languageId.
Specified by:
getLanguageId in interface AlgoPolicyDescSmartDataBean

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
Throws:
java.lang.Exception - On any access bean error.

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 AlgoPolicyDescInputDataBean
Parameters:
newAlgorithmPolicyId - the relevant algorithmPolicyId.

setCommandContext

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

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId field and uses it to set the langId key field of the access bean.
Specified by:
setLanguageId in interface AlgoPolicyDescInputDataBean
Parameters:
newLanguageId - the relevant langId.

setRequestProperties

public void setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters.
Specified by:
setRequestProperties in interface InputDataBean
Parameters:
newRequestProperties - com.ibm.commerce.datatype.TypedProperty