org.hippoecm.hst.content.beans.query
Class HstCtxWhereClauseComputerImpl.Mapper

java.lang.Object
  extended by org.hippoecm.hst.content.beans.query.HstCtxWhereClauseComputerImpl.Mapper
All Implemented Interfaces:
Comparable<HstCtxWhereClauseComputerImpl.Mapper>, KeyValue<String,String>
Enclosing class:
HstCtxWhereClauseComputerImpl

protected static class HstCtxWhereClauseComputerImpl.Mapper
extends Object
implements KeyValue<String,String>, Comparable<HstCtxWhereClauseComputerImpl.Mapper>


Method Summary
 int compareTo(HstCtxWhereClauseComputerImpl.Mapper o)
           
 boolean equals(Object o)
           
 String getKey()
          Returns the key corresponding to the pair.
 String getValue()
          Returns the value corresponding to the pair.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(HstCtxWhereClauseComputerImpl.Mapper o)
Specified by:
compareTo in interface Comparable<HstCtxWhereClauseComputerImpl.Mapper>

getKey

public String getKey()
Description copied from interface: KeyValue
Returns the key corresponding to the pair.

Specified by:
getKey in interface KeyValue<String,String>
Returns:
the key corresponding to the pair

getValue

public String getValue()
Description copied from interface: KeyValue
Returns the value corresponding to the pair.

Specified by:
getValue in interface KeyValue<String,String>
Returns:
the value corresponding to the pair

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 Hippo. All Rights Reserved.