|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.RFQDataBean
Interfaces to the data members of the RFQAccessBean.
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 | |
RFQDataBean()
Constructs RFQDataBean, initializes fields to null. |
|
RFQDataBean(RFQAccessBean anAccessBean)
Constructs RFQDataBean, initializes fields to null. |
Method Summary | |
CommandContext |
getCommandContext()
Gets the active commandContext. |
TypedProperty |
getRequestProperties()
Returns the request parameters as a TypedProperty. |
java.lang.String |
getRfqId()
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 |
setRfqId(java.lang.String newRfqId)
Sets the rfqId field and uses it to set the referenceNumber key field of the access bean. |
void |
setRfqName(java.lang.String newName)
|
void |
setRfqNameAndVersion(java.lang.String newName,
java.lang.Integer newMajorVersion,
java.lang.Integer newMinorVersion)
|
Field Detail |
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Constructor Detail |
public RFQDataBean()
public RFQDataBean(RFQAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.utf.objects.RFQAccessBeanECException
- Method Detail |
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
public java.lang.String getRfqId()
getRfqId
in interface RFQSmartDataBean
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 setRfqId(java.lang.String newRfqId)
setRfqId
in interface RFQInputDataBean
newRfqId
- the relevant referenceNumber.public void setRfqName(java.lang.String newName) throws java.lang.Exception
setRfqName
in interface RFQInputDataBean
public void setRfqNameAndVersion(java.lang.String newName, java.lang.Integer newMajorVersion, java.lang.Integer newMinorVersion) throws java.lang.Exception
setRfqNameAndVersion
in interface RFQInputDataBean
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |