public abstract class ObjectNode extends Object implements Visitable<GraphVisitor>
Entity or ValueObject
Implementation should delegate equals() and hashCode() to Cdo| Constructor and Description |
|---|
ObjectNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract Cdo |
getCdo() |
abstract Edge |
getEdge(Property property) |
abstract List<Edge> |
getEdges()
References to other Entities
|
abstract GlobalCdoId |
getGlobalCdoId()
shortcut to
Cdo.getGlobalId() |
abstract ManagedClass |
getManagedClass()
shortcut to
Cdo.getManagedClass() |
abstract Object |
getPropertyValue(Property property) |
public abstract Cdo getCdo()
public abstract ManagedClass getManagedClass()
Cdo.getManagedClass()public abstract GlobalCdoId getGlobalCdoId()
Cdo.getGlobalId()public abstract List<Edge> getEdges()
Copyright © 2014. All rights reserved.