|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.RFQProdDataBean
Interfaces to the data members of the RFQProdAccessBean.
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 |
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Constructor Detail |
public RFQProdDataBean()
public RFQProdDataBean(RFQProdAccessBean anAccessBean) throws java.lang.Exception
Method Detail |
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public java.lang.String getRFQProdCatentryId()
getRFQProdCatentryId
in interface RFQProdSmartDataBean
public java.lang.String getRFQProdRFQId()
getRFQProdRFQId
in interface RFQProdSmartDataBean
public void populate() throws java.lang.Exception
populate
in interface SmartDataBean
java.lang.Exception
- On any access bean error.public void setCommandContext(CommandContext newCommandContext)
setCommandContext
in interface SmartDataBean
newCommandContext
- the active command context.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
newRequestProperties
- com.ibm.commerce.datatype.TypedPropertypublic void setRFQProdCatentryId(java.lang.String newRFQProdCatentryId)
setRFQProdCatentryId
in interface RFQProdInputDataBean
newRFQProdCatentryId
- the relevant catentryId.public void setRFQProdRFQId(java.lang.String newRFQProdRFQId)
setRFQProdRFQId
in interface RFQProdInputDataBean
newRFQProdRFQId
- the relevant rFQId.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |