|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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()
Relation
getSource in interface Relationpublic Node getDestination()
Relation
getDestination in interface Relationpublic void setSource(Node node)
Relation
setSource in interface Relationpublic void setDestination(Node node)
Relation
setDestination in interface Relationpublic RelationManager getRelationManager()
Relation
getRelationManager in interface Relationpublic void commit()
Node
commit in interface Nodecommit in class BasicNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||