|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_er.DataColumn
org.biomage.tools.generate_er.AssociationColumn
public class AssociationColumn
Constructor Summary | |
---|---|
AssociationColumn()
Description: Constructor for the AssociationColumn object. |
Method Summary | |
---|---|
ForeignKey |
getForeignKey()
Description: return the foreign key object of this table |
java.lang.String |
getMaxCard()
Description: return the maximum cardinality of the assocaition class. |
java.lang.String |
getMinCard()
Description: return the minimum cardinality of the assocaition class. |
java.lang.String |
getOtherNav()
Description: return the maximum cardinality of this class for the association relationship |
java.lang.String |
getOwner()
Description: return if this association is the owner of the relationship. |
java.lang.String |
getThisMaxCard()
Description: return the minimum cardinality of this class for the association relationship |
java.lang.String |
getThisMinCard()
Description: return the maximum cardinality of this class for the association relationship |
java.lang.String |
getThisNav()
Description: return the maximum cardinality of this class for the association relationship |
void |
setForeignKey(ForeignKey myFK)
Description: set the foreign key object of this table |
void |
setMaxCard(java.lang.String myMaxCard)
Description: set the maximum cardinality of the assocaition class |
void |
setMinCard(java.lang.String myMinCard)
Description: set the minimum cardinality of the assocaition class |
void |
setOwner(java.lang.String myOwner)
Description: set the owner of the association relationship |
void |
setThisMaxCard(java.lang.String myThisMaxCard)
Description: set the maximum cardinality of this table for the association relationship |
void |
setThisMinCard(java.lang.String myThisMinCard)
Description: set the maximum cardinality of this table for the association relationship |
Methods inherited from class org.biomage.tools.generate_er.DataColumn |
---|
getCanBeNull, getComment, getEnumVector, getFullName, getName, getType, setCanBeNull, setComment, setEnumVector, setFullName, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationColumn()
Method Detail |
---|
public java.lang.String getOwner()
- Returns:
- true if this association is the owner of the relationship.
true if this association is NOT the owner of the relationship.
public java.lang.String getMinCard()
- Returns:
- return the minimum cardinality of the assocaition class.
public java.lang.String getMaxCard()
- Returns:
- return the maximum cardinality of the assocaition class.
public java.lang.String getThisMinCard()
- Returns:
- return the maximum cardinality of this class for
the association relationship
public java.lang.String getThisMaxCard()
- Returns:
- return the minimum cardinality of this class for
the association relationship
public java.lang.String getThisNav()
- Returns:
- return the maximum cardinality of this class for
the association relationship
public java.lang.String getOtherNav()
- Returns:
- return the maximum cardinality of this class for
the association relationship
public ForeignKey getForeignKey()
- Returns:
- return the foreign key object of this table
public void setOwner(java.lang.String myOwner)
myOwner
- true or false
public void setMinCard(java.lang.String myMinCard)
myMinCard
- the minimum cardinality
public void setMaxCard(java.lang.String myMaxCard)
myMinCard
- the maximum cardinality
public void setThisMinCard(java.lang.String myThisMinCard)
myThisMinCard
- the minimum cardinality
public void setThisMaxCard(java.lang.String myThisMaxCard)
myThisMaxCard
- the maximum cardinality
public void setForeignKey(ForeignKey myFK)
myFK
- a foreign key object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |