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

java.lang.Object
  extended by org.neo4j.kernel.impl.nioneo.store.PropertyIndexData

public class PropertyIndexData
extends Object


Constructor Summary
PropertyIndexData(int keyId, String value)
           
 
Method Summary
 int getKeyId()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIndexData

public PropertyIndexData(int keyId,
                         String value)
Method Detail

getKeyId

public int getKeyId()

getValue

public String getValue()


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