Spring Data Solr

org.springframework.data.solr.core.query.result
Class StringPageKey

java.lang.Object
  extended by org.springframework.data.solr.core.query.result.StringPageKey
All Implemented Interfaces:
PageKey

public class StringPageKey
extends Object
implements PageKey

String implementation of PageKey

Author:
Christoph Strobl

Constructor Summary
StringPageKey(String key)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
          Key to represent on page within a collection
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPageKey

public StringPageKey(String key)
Method Detail

getKey

public String getKey()
Description copied from interface: PageKey
Key to represent on page within a collection

Specified by:
getKey in interface PageKey
Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.