com.objectwave.persist
Class JoinField

java.lang.Object
  |
  +--com.objectwave.persist.JoinField
All Implemented Interfaces:
java.lang.Comparable

public class JoinField
extends java.lang.Object
implements java.lang.Comparable

Version:
$Id: JoinField.java,v 2.1 2001/08/10 20:31:35 dave_hoag Exp $
Author:
cson

Constructor Summary
JoinField()
          Constructor for the JoinField object
JoinField(java.lang.String joinColumn, java.lang.reflect.Field joinField)
          Constructor for the JoinField object
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getJoinColumn()
          Gets the JoinColumn attribute of the JoinField object
 java.lang.reflect.Field getJoinField()
          Gets the JoinField attribute of the JoinField object
 void setJoinColumn(java.lang.String joinColumn)
          Sets the JoinColumn attribute of the JoinField object
 void setJoinField(java.lang.reflect.Field joinField)
          Sets the JoinField attribute of the JoinField object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinField

public JoinField()
Constructor for the JoinField object


JoinField

public JoinField(java.lang.String joinColumn,
                 java.lang.reflect.Field joinField)
Constructor for the JoinField object

Parameters:
joinColumn -
joinField -
Method Detail

setJoinColumn

public void setJoinColumn(java.lang.String joinColumn)
Sets the JoinColumn attribute of the JoinField object

Parameters:
joinColumn - The new JoinColumn value

setJoinField

public void setJoinField(java.lang.reflect.Field joinField)
Sets the JoinField attribute of the JoinField object

Parameters:
joinField - The new JoinField value

getJoinColumn

public java.lang.String getJoinColumn()
Gets the JoinColumn attribute of the JoinField object

Returns:
The JoinColumn value

getJoinField

public java.lang.reflect.Field getJoinField()
Gets the JoinField attribute of the JoinField object

Returns:
The JoinField value

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
Parameters:
o -
Returns:

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable
Parameters:
o -
Returns: