|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.workspace.models.objects.BaseObject org.devaki.nextobjects.workspace.models.objects.BaseLine org.devaki.nextobjects.workspace.models.objects.AssociationLink
This class describe an association link
Constructor Summary | |
AssociationLink(Association pAssociation,
Entity pEntity,
int pCard)
Create a new 'AssociationLink' object while dragging |
|
AssociationLink(AssociationLink pObject)
Clone an 'AssociationLink' object |
Method Summary | |
int |
getCard()
Get the cardinality |
ObjectView |
getObjectView()
get the associationLinkView |
void |
setCard(int pCard)
Set the cardinality |
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseLine |
getChildClass, getParentClass, setChildClass, setParentClass |
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseObject |
getCode, getColumns, getData, getDataChanged, getDescription, getDynamicTreeNode, getMyModel, getName, getNotes, resetModelStatus, setCode, setColumns, setDataChanged, setDescription, setDynamicTreeNode, setMyModel, setName, setNotes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AssociationLink(Association pAssociation, Entity pEntity, int pCard)
pAssociation
- the new associationpEntity
- the linked entitypCard
- the cardinality of the relationpublic AssociationLink(AssociationLink pObject)
pObject
- the association link to cloneMethod Detail |
public final int getCard()
public final void setCard(int pCard)
pCard
- the cardinalitypublic final ObjectView getObjectView()
getObjectView
in class BaseLine
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |