com.ibm.commerce.pa.beans
Class ProductCountDataBean

java.lang.Object
  com.ibm.commerce.pa.beans.DynamicDataBeanImpl
      com.ibm.commerce.pa.beans.ElementDataBean
          com.ibm.commerce.pa.beans.ProductCountDataBean
All Implemented Interfaces:
CommandDataBean, DataBean, DynamicDataBean, InputDataBean, java.io.Serializable

public class ProductCountDataBean
extends ElementDataBean

Contains data representing the number of products that match a constraint list.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
Fields inherited from class com.ibm.commerce.pa.beans.ElementDataBean
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
ProductCountDataBean()
ProductCountDataBean constructor.
Method Summary
java.lang.String getCommandInterfaceName()
Returns the command interface name.
Methods inherited from class com.ibm.commerce.pa.beans.ElementDataBean
copy, getDataElement, getRequestProperties, setDataElement, setRequestProperties
Methods inherited from class com.ibm.commerce.pa.beans.DynamicDataBeanImpl
addConstraint, getConstraintList, getDefaultWidget, getErrorCode, getErrorMessage, getMetaData, getPageName, getParent, getParentName, getScriptName, setCommandInterfaceName, setConstraintList, setDefaultWidget, setErrorCode, setErrorMessage, setMetaData, setPageName, setParent, setParentName, 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
See Also:
Constant Field Values
Constructor Detail

ProductCountDataBean

public ProductCountDataBean()
ProductCountDataBean constructor.
Method Detail

getCommandInterfaceName

public java.lang.String getCommandInterfaceName()
Returns the command interface name.
Specified by:
getCommandInterfaceName in interface CommandDataBean
Overrides:
getCommandInterfaceName in class ElementDataBean
Returns:
java.lang.String

Feedback