|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.LinkingKey
public class LinkingKey
Constructor Summary | |
---|---|
LinkingKey()
Description: Constructor for the LinkingKey object. |
|
LinkingKey(AssociationColumn link1,
AssociationColumn link2)
Description: Constructor for the LinkingKey object. |
Method Summary | |
---|---|
AssociationColumn |
getLinkOne()
Description: get the column of link1 linking key |
java.lang.String |
getLinkOneId()
Description: get the column id of link1 linking key |
AssociationColumn |
getLinkTwo()
Description: get the column of link2 linking key |
java.lang.String |
getLinkTwoId()
Description: get the column id of link2 linking key |
void |
setLinkOne(AssociationColumn link1)
Description: set one linking key for the table |
void |
setLinkTwo(AssociationColumn link2)
Description: set the other linking key for the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinkingKey()
public LinkingKey(AssociationColumn link1, AssociationColumn link2)
link1
- one of the linking key for the table
link2 one of the linking key for the table
Method Detail |
---|
public AssociationColumn getLinkOne()
- Returns:
- return the column of link1 linking key
public AssociationColumn getLinkTwo()
- Returns:
- return the column of link2 linking key
public java.lang.String getLinkOneId()
- Returns:
- return the column id of link1 linking key
public java.lang.String getLinkTwoId()
- Returns:
- return the column id of link2 linking key
public void setLinkOne(AssociationColumn link1)
link1
- the column for linking key
public void setLinkTwo(AssociationColumn link2)
link2
- the column for another linking key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |