|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.utf.beans.PAttrProdDataBean
Interfaces to the data members of the PAttrProdAccessBean.
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 | |
PAttrProdDataBean()
Constructs PAttrProdDataBean, initializes fields to null. |
|
PAttrProdDataBean(PAttrProdAccessBean anAccessBean)
Constructs PAttrProdDataBean, initializes fields to null. |
Method Summary | |
CommandContext |
getCommandContext()
Gets the active commandContext. |
java.lang.String |
getPAttrProdAttributeId()
Gets the attributeId. |
java.lang.String |
getPAttrProdCatentryId()
Gets the catentryId. |
TypedProperty |
getRequestProperties()
Returns the request parameters as a TypedProperty. |
void |
populate()
Fetches field values from the access bean. |
void |
setCommandContext(CommandContext newCommandContext)
Sets the active commandContext. |
void |
setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId)
Sets the pAttrProdAttributeId field and uses it to set the attributeId key field of the access bean. |
void |
setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId)
Sets the pAttrProdCatentryId field and uses it to set the catentryId key field of the access bean. |
void |
setRequestProperties(TypedProperty newRequestProperties)
Copies the TypedProperty input parameters. |
Field Detail |
protected CommandContext commandContext
public static final java.lang.String COPYRIGHT
protected TypedProperty requestProperties
Constructor Detail |
public PAttrProdDataBean()
public PAttrProdDataBean(PAttrProdAccessBean anAccessBean) throws java.lang.Exception
anAccessBean
- com.ibm.commerce.utf.objects.PAttrProdAccessBeanECException
- Method Detail |
public CommandContext getCommandContext()
getCommandContext
in interface SmartDataBean
public java.lang.String getPAttrProdAttributeId()
getPAttrProdAttributeId
in interface PAttrProdSmartDataBean
public java.lang.String getPAttrProdCatentryId()
getPAttrProdCatentryId
in interface PAttrProdSmartDataBean
public TypedProperty getRequestProperties()
getRequestProperties
in interface InputDataBean
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 setPAttrProdAttributeId(java.lang.String newPAttrProdAttributeId)
setPAttrProdAttributeId
in interface PAttrProdInputDataBean
newPAttrProdAttributeId
- the relevant attributeId.public void setPAttrProdCatentryId(java.lang.String newPAttrProdCatentryId)
setPAttrProdCatentryId
in interface PAttrProdInputDataBean
newPAttrProdCatentryId
- the relevant catentryId.public void setRequestProperties(TypedProperty newRequestProperties)
setRequestProperties
in interface InputDataBean
newRequestProperties
- com.ibm.commerce.datatype.TypedProperty
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |