org.neo4j.kernel.impl.nioneo.store
Class RelationshipRecord
java.lang.Object
org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
org.neo4j.kernel.impl.nioneo.store.RelationshipRecord
public class RelationshipRecord
- extends PrimitiveRecord
|
Constructor Summary |
RelationshipRecord(long id,
long firstNode,
long secondNode,
int type)
|
RelationshipRecord
public RelationshipRecord(long id,
long firstNode,
long secondNode,
int type)
getFirstNode
public long getFirstNode()
getSecondNode
public long getSecondNode()
getType
public int getType()
getFirstPrevRel
public long getFirstPrevRel()
setFirstPrevRel
public void setFirstPrevRel(long firstPrevRel)
getFirstNextRel
public long getFirstNextRel()
setFirstNextRel
public void setFirstNextRel(long firstNextRel)
getSecondPrevRel
public long getSecondPrevRel()
setSecondPrevRel
public void setSecondPrevRel(long secondPrevRel)
getSecondNextRel
public long getSecondNextRel()
setSecondNextRel
public void setSecondNextRel(long secondNextRel)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.