atg.rview.definitionfile
Class ResultSetProcessorDefinition
java.lang.Object
atg.rview.definitionfile.ResultSetProcessorDefinition
public class ResultSetProcessorDefinition
- extends java.lang.Object
Bean name: ResultSetProcessorDefinition.
Properties
| property name | type | description |
default value | flags |
| name | String | | | |
| beanClass | Class | | | |
| generateClass | boolean | | | |
| properties | ResultSetProperty[] | | | |
| switch | ResultSetSwitch | | | |
EventSets
| eventset name | listener type | description |
flags |
This class was generated mechanically by
atg.beanmaker.BeanMaker, and should not be modified.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
ResultSetProcessorDefinition
public ResultSetProcessorDefinition()
ResultSetProcessorDefinition
public ResultSetProcessorDefinition(java.lang.String pName,
java.lang.Class pBeanClass,
boolean pGenerateClass,
ResultSetProperty[] pProperties,
ResultSetSwitch pSwitch)
ResultSetProcessorDefinition
public ResultSetProcessorDefinition(java.lang.String pName,
java.lang.Class pBeanClass,
ResultSetProperty[] pProperties,
ResultSetSwitch pSwitch)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String pName)
getBeanClass
public java.lang.Class getBeanClass()
setBeanClass
public void setBeanClass(java.lang.Class pBeanClass)
getGenerateClass
public boolean getGenerateClass()
setGenerateClass
public void setGenerateClass(boolean pGenerateClass)
getProperties
public ResultSetProperty[] getProperties()
setProperties
public void setProperties(ResultSetProperty[] pProperties)
getSwitch
public ResultSetSwitch getSwitch()
setSwitch
public void setSwitch(ResultSetSwitch pSwitch)
copyPropertiesTo
public void copyPropertiesTo(ResultSetProcessorDefinition target)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object pObj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object