Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.1.6)

E21908-03

oracle.ecsf.impl.facet
Class FacetEntry

java.lang.Object
  extended by oracle.ecsf.impl.facet.FacetEntry
All Implemented Interfaces:
java.io.Serializable

public class FacetEntry
extends java.lang.Object
implements java.io.Serializable

Represents a Facet Entry.

See Also:
Serialized Form

Constructor Summary
FacetEntry(Facet parentFacet, java.lang.String value, java.lang.String displayValue)
          Constructor for FacetEntry
 
Method Summary
 Facet getChildFacet()
          Gets the child facet.
 int getCount()
          Gets the number of documents that match the value of the entry.
 java.lang.String getDisplayValue()
          Gets the display value of the entry.
 Facet getParentFacet()
          Gets the facet that the entry belongs to.
 java.lang.String getValue()
          Gets the value of the entry.
 void setChildFacet(Facet childFacet)
          Sets a child facet.
 void setCount(int count)
          Sets the number of documents that match the value of the entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetEntry

public FacetEntry(Facet parentFacet,
                  java.lang.String value,
                  java.lang.String displayValue)
Constructor for FacetEntry

Parameters:
parentFacet -
value -
displayValue -
Method Detail

getValue

public java.lang.String getValue()
Gets the value of the entry.

Returns:
String

getDisplayValue

public java.lang.String getDisplayValue()
Gets the display value of the entry.

Returns:

getParentFacet

public Facet getParentFacet()
Gets the facet that the entry belongs to.

Returns:

setChildFacet

public void setChildFacet(Facet childFacet)
Sets a child facet.

Parameters:
childFacet -

getChildFacet

public Facet getChildFacet()
Gets the child facet.

Returns:
Facet

setCount

public void setCount(int count)
Sets the number of documents that match the value of the entry.

Parameters:
count -

getCount

public int getCount()
Gets the number of documents that match the value of the entry.

Returns:
int

Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.1.6)

E21908-03

Copyright © 2012 Oracle. All rights reserved.