Class RemoteRelationship
- java.lang.Object
-
- com.buschmais.xo.neo4j.remote.impl.model.AbstractRemotePropertyContainer<RelationshipState>
-
- com.buschmais.xo.neo4j.remote.impl.model.RemoteRelationship
-
- All Implemented Interfaces:
Neo4jPropertyContainer,Neo4jRelationship<RemoteNode,RemoteLabel,RemoteRelationship,RemoteRelationshipType,RemoteDirection>
public class RemoteRelationship extends AbstractRemotePropertyContainer<RelationshipState> implements Neo4jRelationship<RemoteNode,RemoteLabel,RemoteRelationship,RemoteRelationshipType,RemoteDirection>
-
-
Constructor Summary
Constructors Constructor Description RemoteRelationship(long id, RelationshipState state, RemoteNode startNode, RemoteRelationshipType relationshipType, RemoteNode endNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteNodegetEndNode()RemoteNodegetStartNode()RemoteRelationshipTypegetType()-
Methods inherited from class com.buschmais.xo.neo4j.remote.impl.model.AbstractRemotePropertyContainer
equals, getId, getProperties, getProperty, getState, hashCode, hasProperty, removeProperty, setProperty, updateId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.buschmais.xo.neo4j.api.model.Neo4jPropertyContainer
getId, getProperties, getProperty, hasProperty
-
-
-
-
Constructor Detail
-
RemoteRelationship
public RemoteRelationship(long id, RelationshipState state, RemoteNode startNode, RemoteRelationshipType relationshipType, RemoteNode endNode)
-
-
Method Detail
-
getStartNode
public RemoteNode getStartNode()
- Specified by:
getStartNodein interfaceNeo4jRelationship<RemoteNode,RemoteLabel,RemoteRelationship,RemoteRelationshipType,RemoteDirection>
-
getEndNode
public RemoteNode getEndNode()
- Specified by:
getEndNodein interfaceNeo4jRelationship<RemoteNode,RemoteLabel,RemoteRelationship,RemoteRelationshipType,RemoteDirection>
-
getType
public RemoteRelationshipType getType()
- Specified by:
getTypein interfaceNeo4jRelationship<RemoteNode,RemoteLabel,RemoteRelationship,RemoteRelationshipType,RemoteDirection>
-
-