org.neo4j.kernel.impl.nioneo.store
Class RelationshipRecord

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
      extended by org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
          extended by org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
              extended by org.neo4j.kernel.impl.nioneo.store.RelationshipRecord

public class RelationshipRecord
extends PrimitiveRecord


Constructor Summary
RelationshipRecord(long id, long firstNode, long secondNode, int type)
           
 
Method Summary
 long getFirstNextRel()
           
 long getFirstNode()
           
 long getFirstPrevRel()
           
 long getSecondNextRel()
           
 long getSecondNode()
           
 long getSecondPrevRel()
           
 int getType()
           
 void setFirstNextRel(long firstNextRel)
           
 void setFirstPrevRel(long firstPrevRel)
           
 void setSecondNextRel(long secondNextRel)
           
 void setSecondPrevRel(long secondPrevRel)
           
 String toString()
           
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord
getNextProp, setNextProp
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.Abstract64BitRecord
getId, getLongId
 
Methods inherited from class org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
inUse, isCreated, setCreated, setInUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelationshipRecord

public RelationshipRecord(long id,
                          long firstNode,
                          long secondNode,
                          int type)
Method Detail

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.