|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.config.ElementValueComparatorConfiguration
public class ElementValueComparatorConfiguration
Constructor Summary | |
---|---|
ElementValueComparatorConfiguration()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name for the ElementValueComparator to use |
ElementValueComparator |
getElementComparatorInstance()
Get (and potentially) instantiate the instance |
int |
hashCode()
|
void |
setClass(String className)
Sets the fully qualified class name for the ElementValueComparator to use |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementValueComparatorConfiguration()
Method Detail |
---|
public String getClassName()
public void setClass(String className)
className
- FQCNpublic ElementValueComparator getElementComparatorInstance()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |