org.objectweb.medor.optim.jorm
Class JormFlatten2Rdb.JoinColumn

java.lang.Object
  extended byorg.objectweb.medor.optim.jorm.JormFlatten2Rdb.JoinColumn
Enclosing class:
JormFlatten2Rdb

public class JormFlatten2Rdb.JoinColumn
extends java.lang.Object

It describes the join between two columns


Field Summary
 java.lang.String column1
          Name of the first column name
 java.lang.String column2
          Name of the second column name
 java.lang.String field1
          Name of the first jorm field
 java.lang.String field2
          Name of the second jorm field
 PType type
          Both fields have the same jorm type.
 
Constructor Summary
JormFlatten2Rdb.JoinColumn()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public PType type
Both fields have the same jorm type.


field1

public java.lang.String field1
Name of the first jorm field


column1

public java.lang.String column1
Name of the first column name


field2

public java.lang.String field2
Name of the second jorm field


column2

public java.lang.String column2
Name of the second column name

Constructor Detail

JormFlatten2Rdb.JoinColumn

public JormFlatten2Rdb.JoinColumn()
Method Detail

toString

public java.lang.String toString()