|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.repository.search.refinement.Facet
public abstract class Facet
This is an abstract bean class that represents a refinement element. This will provide methods to get the ID and display name for a facet. This class will have subclasses for some of the different types of facets such as search facets and refinement facets.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
Facet()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDebug()
If this is not null then it returns the reason why the facet isn't valid in the response. |
abstract java.lang.String |
getId()
Gets the ID of the facet |
abstract java.lang.String |
getLabel()
Gets the display name label for the facet |
java.lang.String |
toString()
Returns a string representation of this facet. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public Facet()
| Method Detail |
|---|
public abstract java.lang.String getId()
public abstract java.lang.String getLabel()
throws FacetException
FacetException - for problems getting the label.public java.lang.String getDebug()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||