atg.rview.definitionfile
Class RowmapJoin
java.lang.Object
  
atg.rview.definitionfile.RowmapJoin
public class RowmapJoin
- extends java.lang.Object
 
Bean name: RowmapJoin.
 
Properties
 | property name | type | description | 
 default value | flags | 
 | leftColumns | ColumnName[] |   |   |   | 
 | rightColumns | ColumnName[] |   |   |   | 
 | joinType | 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
RowmapJoin
public RowmapJoin()
RowmapJoin
public RowmapJoin(ColumnName[] pLeftColumns,
                  ColumnName[] pRightColumns,
                  int pJoinType)
getLeftColumns
public ColumnName[] getLeftColumns()
 
setLeftColumns
public void setLeftColumns(ColumnName[] pLeftColumns)
 
getRightColumns
public ColumnName[] getRightColumns()
 
setRightColumns
public void setRightColumns(ColumnName[] pRightColumns)
 
getJoinType
public int getJoinType()
 
setJoinType
public void setJoinType(int pJoinType)
 
copyPropertiesTo
public void copyPropertiesTo(RowmapJoin 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