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

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.AbstractBaseRecord
Direct Known Subclasses:
Abstract64BitRecord, AbstractRecord

public abstract class AbstractBaseRecord
extends Object


Method Summary
abstract  long getLongId()
           
 boolean inUse()
           
 boolean isCreated()
           
 void setCreated()
           
 void setInUse(boolean inUse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLongId

public abstract long getLongId()

inUse

public final boolean inUse()

setInUse

public void setInUse(boolean inUse)

setCreated

public final void setCreated()

isCreated

public final boolean isCreated()


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