|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.search.FilterType
A filter type defines a condition on which a set of result documents can be restricted. An example would be 'restrict by category'.
FilterSpecification
Constructor Summary | |
protected |
FilterType(String key,
String description)
Creates a new filter type |
Method Summary | |
boolean |
equals(Object o)
Two filter type objects compare equal if they have the same filter key |
String |
getDescription()
Gets the filter description |
String |
getKey()
Gets the unique filter key |
int |
hashCode()
Returns a hashcode compatible with the definition of the equals() method |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected FilterType(String key, String description)
key
- a unique key representing this filter typedescription
- a human friendly descriptionMethod Detail |
public String getKey()
public String getDescription()
public boolean equals(Object o)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |