org.plasma.sdo.core
Class CoreNode
java.lang.Object
org.plasma.sdo.core.CoreNode
- All Implemented Interfaces:
- java.io.Serializable, CoreObjectHolder, NamedEntity, Node, PlasmaNode
- Direct Known Subclasses:
- CoreDataObject
public abstract class CoreNode
- extends java.lang.Object
- implements PlasmaNode, CoreObjectHolder, NamedEntity
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
CoreNode()
Default No-arg constructor required for serialization operations. |
|
CoreNode(CoreObject values)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valueObject
protected CoreObject valueObject
EMPTY_EDGE_LIST
protected static final java.util.List<PlasmaEdge> EMPTY_EDGE_LIST
CoreNode
protected CoreNode()
- Default No-arg constructor required for serialization operations. This method
is NOT intended to be used within application source code.
CoreNode
public CoreNode(CoreObject values)
getUUIDAsString
public abstract java.lang.String getUUIDAsString()
- Specified by:
getUUIDAsString in interface PlasmaNode
getValue
public java.lang.Object getValue(java.lang.String property)
setValue
public void setValue(java.lang.String property,
java.lang.Object value)
removeValue
public void removeValue(java.lang.String property)
getEntityName
public java.lang.String getEntityName()
- Specified by:
getEntityName in interface NamedEntity
getValueObject
public CoreObject getValueObject()
- Specified by:
getValueObject in interface CoreObjectHolder
setValueObject
public void setValueObject(CoreObject v)
- Specified by:
setValueObject in interface CoreObjectHolder
getEdges
public java.util.List<PlasmaEdge> getEdges(PlasmaProperty property)
- Description copied from interface:
PlasmaNode
- Returns a list of
edges associated with the given property
regardless of it's multiplicity.
- Specified by:
getEdges in interface PlasmaNode
- Parameters:
property - the property
- Returns:
- a list of edges associated with the given property
regardless of it's multiplicity, or an empty list if
no edges are associated with the given property.
- See Also:
PlasmaEdge
Copyright © 2013. All Rights Reserved.