com.ibm.commerce.pa.widget.beans
Class ItemDataBean

java.lang.Object
  |
  +--com.ibm.commerce.pa.beans.DynamicDataBeanImpl
        |
        +--com.ibm.commerce.pa.widget.beans.ItemDataBean
All Implemented Interfaces:
CommandDataBean, DataBean, DynamicDataBean, InputDataBean, java.io.Serializable

public class ItemDataBean
extends DynamicDataBeanImpl

See Also:
Serialized Form

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

COPYRIGHT

public static final java.lang.String COPYRIGHT

dataElement

protected DsData dataElement
Constructor Detail

ItemDataBean

public ItemDataBean()
ItemDataBean constructor comment.
Method Detail

copy

public void copy(DynamicDataBean ds)
Make this object a copy of the bean supplied.
Overrides:
copy in class DynamicDataBeanImpl
Parameters:
ds - The DynamicDataBean to use as the source for the copy.

getDataElement

public DsData getDataElement()
This method gets the DsData for the databean.
Returns:
com.ibm.commerce.pa.datatype.DsData

setDataElement

public void setDataElement(DsData newValue)
This method sets the DsData for the databean.
Parameters:
newValue - com.ibm.commerce.pa.datatype.DsData