org.neo4j.remote
Class RelationshipSpecification

java.lang.Object
  extended by org.neo4j.remote.RelationshipSpecification

public final class RelationshipSpecification
extends Object

Serialized object representing a Relationship.

Author:
Tobias Ivarsson
See Also:
Serialized Form

Constructor Summary
RelationshipSpecification(Relationship relationship)
          Create a new Relationship serialization.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipSpecification

public RelationshipSpecification(Relationship relationship)
Create a new Relationship serialization.

Parameters:
relationship - the Relationship to serialize.


Copyright © 2010 Neo4j. All Rights Reserved.