com.ibm.commerce.utf.beans
Class RFQProdDataBean

com.ibm.commerce.utf.beans.RFQProdDataBean
All Implemented Interfaces:
DataBean, InputDataBean, RFQProdInputDataBean, RFQProdSmartDataBean, java.io.Serializable, SmartDataBean

public class RFQProdDataBean
implements RFQProdInputDataBean, RFQProdSmartDataBean, SmartDataBean

Interfaces to the data members of the RFQProdAccessBean.

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
RFQProdDataBean()
          Constructs RFQProdDataBean, initializes fields to null.
RFQProdDataBean(RFQProdAccessBean anAccessBean)
          Constructs RFQProdDataBean, initializes fields to null.
 
Method Summary
 CommandContext getCommandContext()
          Gets the active commandContext.
 TypedProperty getRequestProperties()
          Returns the request parameters as a TypedProperty.
 java.lang.String getRFQProdCatentryId()
          Gets the catentryId.
 java.lang.String getRFQProdRFQId()
          Gets the rFQId.
 void populate()
          Fetches field values from the access bean.
 void setCommandContext(CommandContext newCommandContext)
          Sets the active commandContext.
 void setRequestProperties(TypedProperty newRequestProperties)
          Copies the TypedProperty input parameters.
 void setRFQProdCatentryId(java.lang.String newRFQProdCatentryId)
          Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean.
 void setRFQProdRFQId(java.lang.String newRFQProdRFQId)
          Sets the rFQProdRFQId field and uses it to set the rFQId key field of the access bean.
 

Field Detail

commandContext

protected CommandContext commandContext

COPYRIGHT

public static final java.lang.String COPYRIGHT

requestProperties

protected TypedProperty requestProperties
Constructor Detail

RFQProdDataBean

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

RFQProdDataBean

public RFQProdDataBean(RFQProdAccessBean anAccessBean)
                throws java.lang.Exception
Constructs RFQProdDataBean, initializes fields to null.
Method Detail

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

getRFQProdCatentryId

public java.lang.String getRFQProdCatentryId()
Gets the catentryId.
Specified by:
getRFQProdCatentryId in interface RFQProdSmartDataBean

getRFQProdRFQId

public java.lang.String getRFQProdRFQId()
Gets the rFQId.
Specified by:
getRFQProdRFQId in interface RFQProdSmartDataBean

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.

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

setRFQProdCatentryId

public void setRFQProdCatentryId(java.lang.String newRFQProdCatentryId)
Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean.
Specified by:
setRFQProdCatentryId in interface RFQProdInputDataBean
Parameters:
newRFQProdCatentryId - the relevant catentryId.

setRFQProdRFQId

public void setRFQProdRFQId(java.lang.String newRFQProdRFQId)
Sets the rFQProdRFQId field and uses it to set the rFQId key field of the access bean.
Specified by:
setRFQProdRFQId in interface RFQProdInputDataBean
Parameters:
newRFQProdRFQId - the relevant rFQId.