org.hippoecm.hst.content.beans.query
Class HstCtxWhereClauseComputerImpl.Mapper
java.lang.Object
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>
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.