com.ibm.commerce.utf.beans
Class RFQProdDataBean

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

public class RFQProdDataBean
extends RFQProdDataBeanBase
implements RFQProdInputDataBean, RFQProdSmartDataBean, SmartDataBean

Interfaces to the data members of the RFQProdAccessBean.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
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 RFQProdId.
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 setRFQProdId(java.lang.String newRFQProdId)
Sets the rfqProdId field and uses it to set the rfqProdId key field of the access bean.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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.
Parameters:
anAccessBean - RFQProdAccessBean
Throws:
java.lang.Exception
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
Returns:
java.lang.String

getRFQProdRFQId

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

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

setRFQProdId

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

Feedback