atg.rview.definitionfile
Class RowmapDefinition

java.lang.Object
  extended by atg.rview.definitionfile.RowmapDefinition

public class RowmapDefinition
extends java.lang.Object

Bean name: RowmapDefinition.

Properties
property nametypedescription default valueflags
tablesRowmapTable[]   
joinsRowmapJoin[]   
beanClassClass   
generateClassboolean   
propertiesRowmapProperty[]   
relationshipsRowmapRelationship[]   
switchRowmapSwitch   

EventSets
eventset namelistener typedescription flags

This class was generated mechanically by atg.beanmaker.BeanMaker, and should not be modified.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
RowmapDefinition()
           
RowmapDefinition(RowmapTable[] pTables, RowmapJoin[] pJoins, java.lang.Class pBeanClass, boolean pGenerateClass, RowmapProperty[] pProperties, RowmapRelationship[] pRelationships, RowmapSwitch pSwitch)
           
RowmapDefinition(RowmapTable[] pTables, RowmapJoin[] pJoins, java.lang.Class pBeanClass, RowmapProperty[] pProperties, RowmapRelationship[] pRelationships, RowmapSwitch pSwitch)
           
 
Method Summary
 void copyPropertiesTo(RowmapDefinition target)
           
 boolean equals(java.lang.Object pObj)
           
 java.lang.Class getBeanClass()
           
 boolean getGenerateClass()
           
 RowmapJoin[] getJoins()
           
 RowmapProperty[] getProperties()
           
 RowmapRelationship[] getRelationships()
           
 RowmapSwitch getSwitch()
           
 RowmapTable[] getTables()
           
 int hashCode()
           
 void setBeanClass(java.lang.Class pBeanClass)
           
 void setGenerateClass(boolean pGenerateClass)
           
 void setJoins(RowmapJoin[] pJoins)
           
 void setProperties(RowmapProperty[] pProperties)
           
 void setRelationships(RowmapRelationship[] pRelationships)
           
 void setSwitch(RowmapSwitch pSwitch)
           
 void setTables(RowmapTable[] pTables)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

RowmapDefinition

public RowmapDefinition()

RowmapDefinition

public RowmapDefinition(RowmapTable[] pTables,
                        RowmapJoin[] pJoins,
                        java.lang.Class pBeanClass,
                        boolean pGenerateClass,
                        RowmapProperty[] pProperties,
                        RowmapRelationship[] pRelationships,
                        RowmapSwitch pSwitch)

RowmapDefinition

public RowmapDefinition(RowmapTable[] pTables,
                        RowmapJoin[] pJoins,
                        java.lang.Class pBeanClass,
                        RowmapProperty[] pProperties,
                        RowmapRelationship[] pRelationships,
                        RowmapSwitch pSwitch)
Method Detail

getTables

public RowmapTable[] getTables()

setTables

public void setTables(RowmapTable[] pTables)

getJoins

public RowmapJoin[] getJoins()

setJoins

public void setJoins(RowmapJoin[] pJoins)

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 RowmapProperty[] getProperties()

setProperties

public void setProperties(RowmapProperty[] pProperties)

getRelationships

public RowmapRelationship[] getRelationships()

setRelationships

public void setRelationships(RowmapRelationship[] pRelationships)

getSwitch

public RowmapSwitch getSwitch()

setSwitch

public void setSwitch(RowmapSwitch pSwitch)

copyPropertiesTo

public void copyPropertiesTo(RowmapDefinition 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