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

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

public abstract class AbstractRecord
extends AbstractBaseRecord


Method Summary
 int getId()
           
 long 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
 

Method Detail

getId

public int getId()

getLongId

public long getLongId()
Specified by:
getLongId in class AbstractBaseRecord


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