java.lang.ObjectRFQProdDataBeanBase
com.ibm.commerce.utf.beans.RFQProdDataBean
Interfaces to the data members of the RFQProdAccessBean.
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 |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RFQProdDataBean()
public RFQProdDataBean(RFQProdAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
public TypedProperty getRequestProperties()
public java.lang.String getRFQProdCatentryId()
public java.lang.String getRFQProdRFQId()
public void populate() throws java.lang.Exception
public void setCommandContext(CommandContext newCommandContext)
public void setRequestProperties(TypedProperty newRequestProperties)
public void setRFQProdId(java.lang.String newRFQProdId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.