atg.rview.definitionfile
Class ResultSetProperty
java.lang.Object
   atg.rview.definitionfile.ResultSetProperty
atg.rview.definitionfile.ResultSetProperty
- public class ResultSetProperty 
- extends java.lang.Object
Bean name: ResultSetProperty.
 
Properties
 | property name | type | description | default value | flags | 
|---|
 | property | String |  |  |  | 
 | jdbcType | int |  |  |  | 
 
 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
ResultSetProperty
public ResultSetProperty()
ResultSetProperty
public ResultSetProperty(java.lang.String pProperty,
                         int pJdbcType)
getProperty
public java.lang.String getProperty()
- 
 
setProperty
public void setProperty(java.lang.String pProperty)
- 
 
getJdbcType
public int getJdbcType()
- 
 
setJdbcType
public void setJdbcType(int pJdbcType)
- 
 
copyPropertiesTo
public void copyPropertiesTo(ResultSetProperty target)
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
equals
public boolean equals(java.lang.Object pObj)
- 
- Overrides:
- equalsin class- java.lang.Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
-