|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.pa.beans.DynamicDataBeanImpl | +--com.ibm.commerce.pa.widget.beans.ItemDataBean
Field Summary | |
static java.lang.String |
COPYRIGHT
|
protected DsData |
dataElement
|
Fields inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl |
constraintList, defaultWidget, errorCode, errorMessage, interfaceName, metaData, pageName, parent, parentName, requestProperties, scriptName |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
ItemDataBean()
ItemDataBean constructor comment. |
Method Summary | |
void |
copy(DynamicDataBean ds)
Make this object a copy of the bean supplied. |
DsData |
getDataElement()
This method gets the DsData for the databean. |
void |
setDataElement(DsData newValue)
This method sets the DsData for the databean. |
Methods inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl |
addConstraint, getCommandInterfaceName, getConstraintList, getDefaultWidget, getErrorCode, getErrorMessage, getMetaData, getPageName, getParent, getParentName, getRequestProperties, getScriptName, setCommandInterfaceName, setConstraintList, setDefaultWidget, setErrorCode, setErrorMessage, setMetaData, setPageName, setParent, setParentName, setRequestProperties, setScriptName |
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
protected DsData dataElement
Constructor Detail |
public ItemDataBean()
Method Detail |
public void copy(DynamicDataBean ds)
copy
in class DynamicDataBeanImpl
ds
- The DynamicDataBean to use as the source for the copy.public DsData getDataElement()
public void setDataElement(DsData newValue)
newValue
- com.ibm.commerce.pa.datatype.DsData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |