|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.biomage.tools.generate_er.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()
public AssociationColumn getLinkTwo()
public java.lang.String getLinkOneId()
public java.lang.String getLinkTwoId()
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 | ||||||||||