Method Summary |
|
public boolean | equals(Object o) Returns true if this is the same relation. |
public String | getFieldName() Returns the name of the field. |
public String | getReferences() Returns the field this relation references. |
public String | getSQLColumn() Returns the sql column for the field. |
public void | setReferences(String references) Sets the field this relation references. |
public void | setSQLColumn(String sqlColumn) Sets the sql column for the field. |