|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbforms.config.Reference
public class Reference
DOCUMENT ME!
| 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 |
|---|
public Reference()
public Reference(String local,
String foreign)
local - DOCUMENT ME!foreign - DOCUMENT ME!| Method Detail |
|---|
public void setForeign(String foreign)
foreign - New value of property foreign.public String getForeign()
public void setLocal(String local)
local - New value of property local.public String getLocal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||