|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.config.ForeignKey
public class ForeignKey
DOCUMENT ME!
Constructor Summary | |
---|---|
ForeignKey()
Creates a new instance of ForeignKeyInfo |
Method Summary | |
---|---|
void |
addReference(Reference ref)
DOCUMENT ME! |
String |
getDisplayType()
Getter for property displayType. |
String |
getForeignTable()
Getter for property foreignTable. |
String |
getFormat()
Getter for property format. |
int |
getId()
Getter for property id. |
String |
getName()
Getter for property name. |
Vector |
getReferencesVector()
Getter for property referencesVector. |
String |
getVisibleFields()
Getter for property visibleFields. |
void |
setDisplayType(String displayType)
Setter for property displayType. |
void |
setForeignTable(String foreignTable)
Setter for property foreignTable. |
void |
setFormat(String format)
Setter for property format. |
void |
setId(int id)
Setter for property id. |
void |
setName(String name)
Setter for property name. |
void |
setVisibleFields(String visibleFields)
Setter for property visibleFields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForeignKey()
Method Detail |
---|
public void setDisplayType(String displayType)
displayType
- New value of property displayType.public String getDisplayType()
public void setForeignTable(String foreignTable)
foreignTable
- New value of property foreignTable.public String getForeignTable()
public void setFormat(String format)
format
- New value of property format.public String getFormat()
public void setId(int id)
id
- New value of property id.public int getId()
public void setName(String name)
name
- New value of property name.public String getName()
public Vector getReferencesVector()
public void setVisibleFields(String visibleFields)
visibleFields
- New value of property visibleFields.public String getVisibleFields()
public void addReference(Reference ref)
ref
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |