org.dbforms.config
Class Reference

java.lang.Object
  extended by org.dbforms.config.Reference

public class Reference
extends Object

DOCUMENT ME!

Version:
$Revision: 1.4 $
Author:
$author$

Constructor Summary
Reference()
          Creates a new instance of ReferenceColumnPair
Reference(String local, String foreign)
          Creates a new Reference object.
 
Method Summary
 String getForeign()
          Getter for property foreign.
 String getLocal()
          Getter for property local.
 void setForeign(String foreign)
          Setter for property foreign.
 void setLocal(String local)
          Setter for property local.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reference

public Reference()
Creates a new instance of ReferenceColumnPair


Reference

public Reference(String local,
                 String foreign)
Creates a new Reference object.

Parameters:
local - DOCUMENT ME!
foreign - DOCUMENT ME!
Method Detail

setForeign

public void setForeign(String foreign)
Setter for property foreign.

Parameters:
foreign - New value of property foreign.

getForeign

public String getForeign()
Getter for property foreign.

Returns:
Value of property foreign.

setLocal

public void setLocal(String local)
Setter for property local.

Parameters:
local - New value of property local.

getLocal

public String getLocal()
Getter for property local.

Returns:
Value of property local.


Copyright © 2002-2006 DbForms. All Rights Reserved.