com.ibm.commerce.utf.beans
Class AlgoTypeDataBean

com.ibm.commerce.utf.beans.AlgoTypeDataBean
All Implemented Interfaces:
AlgoTypeInputDataBean, AlgoTypeSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AlgoTypeDataBean
implements AlgoTypeInputDataBean, AlgoTypeSmartDataBean, SmartDataBean

Interfaces to the data members of the AlgoTypeAccessBean.

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
AlgoTypeDataBean()
          Constructs AlgoTypeDataBean, initializes fields to null.
AlgoTypeDataBean(com.ibm.commerce.utf.beans.AlgoTypeAccessBean anAccessBean)
          Constructs AlgoTypeDataBean, initializes fields to null.
 
Method Summary
 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 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

AlgoTypeDataBean

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

AlgoTypeDataBean

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

getAlgorithmTypeId

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

getCommandContext

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

getRequestProperties

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

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.

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.
Specified by:
setAlgorithmTypeId in interface AlgoTypeInputDataBean
Parameters:
newAlgorithmTypeId - the relevant algorithmTypeId.

setCommandContext

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

setRequestProperties

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