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

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
Direct Known Subclasses:
NodeRecord, RelationshipRecord

public abstract class PrimitiveRecord
extends Abstract64BitRecord


Constructor Summary
PrimitiveRecord(long id)
           
 
Method Summary
 long getNextProp()
           
 void setNextProp(long nextProp)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

PrimitiveRecord

public PrimitiveRecord(long id)
Method Detail

getNextProp

public long getNextProp()

setNextProp

public void setNextProp(long nextProp)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.