|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.bridge.implementation.BasicNode
|
+--org.mmbase.bridge.implementation.BasicRelation
| Field Summary | |
protected int |
dnum
|
protected boolean |
relationChanged
|
protected int |
snum
|
| Fields inherited from class org.mmbase.bridge.implementation.BasicNode |
account, ACTION_COMMIT, ACTION_CREATE, ACTION_DELETE, ACTION_EDIT, cloud, isnew, mmb, nodeManager, noderef, temporaryNodeId |
| Method Summary | |
void |
commit()
Commit the node to the database. |
Node |
getDestination()
Retrieves the destination of the relation |
RelationManager |
getRelationManager()
Retrieves the RelationManager used |
Node |
getSource()
Retrieves the source of the relation |
protected void |
init()
Initializes the node. |
void |
setDestination(Node node)
set the destination of the relation |
void |
setSource(Node node)
set the source of the relation |
| Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int snum
protected int dnum
protected boolean relationChanged
| Method Detail |
protected void init()
init in class BasicNodepublic Node getSource()
RelationgetSource in interface Relationorg.mmbase.bridge.Relationpublic Node getDestination()
RelationgetDestination in interface Relationorg.mmbase.bridge.Relationpublic void setSource(Node node)
RelationsetSource in interface Relationorg.mmbase.bridge.Relationthe - source nodepublic void setDestination(Node node)
RelationsetDestination in interface Relationorg.mmbase.bridge.Relationthe - destination nodepublic RelationManager getRelationManager()
RelationgetRelationManager in interface Relationorg.mmbase.bridge.Relationpublic void commit()
Nodecommit in interface Nodecommit in class BasicNode
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||