com.ibm.commerce.utf.beans
Class AlgoRegDescDataBean

com.ibm.commerce.utf.beans.AlgoRegDescDataBean
All Implemented Interfaces:
AlgoRegDescInputDataBean, AlgoRegDescSmartDataBean, DataBean, InputDataBean, java.io.Serializable, SmartDataBean

public class AlgoRegDescDataBean
implements AlgoRegDescInputDataBean, AlgoRegDescSmartDataBean, SmartDataBean

Interfaces to the data members of the AlgoRegDescAccessBean.

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
AlgoRegDescDataBean()
          Constructs AlgoRegDescDataBean, initializes fields to null.
AlgoRegDescDataBean(com.ibm.commerce.utf.beans.AlgoRegDescAccessBean anAccessBean)
          Constructs AlgoRegDescDataBean, initializes fields to null.
 
Method Summary
 java.lang.String getAlgoRegId()
          Gets the algoRegId.
 CommandContext getCommandContext()
          Gets the active commandContext.
 java.lang.String getLanguageId()
          Gets the active languageId.
 TypedProperty getRequestProperties()
          Returns the request parameters as a TypedProperty.
 void populate()
          Fetches field values from the access bean.
 void setAlgoRegId(java.lang.String newId)
          Sets the algoRegId field and uses it to set the algoRegID 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 languageId 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

AlgoRegDescDataBean

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

AlgoRegDescDataBean

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

getAlgoRegId

public java.lang.String getAlgoRegId()
Gets the algoRegId.
Specified by:
getAlgoRegId in interface AlgoRegDescSmartDataBean

getCommandContext

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

getLanguageId

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

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.

setAlgoRegId

public void setAlgoRegId(java.lang.String newId)
Sets the algoRegId field and uses it to set the algoRegID key field of the access bean.
Specified by:
setAlgoRegId in interface AlgoRegDescInputDataBean
Parameters:
newId - the relevant auctionId.

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 languageId key field of the access bean.
Specified by:
setLanguageId in interface AlgoRegDescInputDataBean
Parameters:
newLanguageId - the desired language id.

setRequestProperties

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