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.meta.impl.facet
Class FacetEntryDef

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

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

Represents a Facet Definition Entry.

See Also:
Serialized Form

Field Summary
static int RELOAD_PERIOD_IN_MS
           
 
Constructor Summary
FacetEntryDef(FacetDef parentFacetDef, java.lang.String value, java.lang.String displayValue)
          Constructor for FacetEntry
 
Method Summary
 FacetDef getChildFacetDef()
          Gets the child Facet Def of this entry if one exists.
 java.lang.String getDisplayValue()
          Gets the display value of this entry.
 FacetDef getParentFacetDef()
          Gets the FacetDef that this entry belongs to.
 java.lang.String getValue()
          Gets the value of this entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELOAD_PERIOD_IN_MS

public static final int RELOAD_PERIOD_IN_MS
See Also:
Constant Field Values
Constructor Detail

FacetEntryDef

public FacetEntryDef(FacetDef parentFacetDef,
                     java.lang.String value,
                     java.lang.String displayValue)
Constructor for FacetEntry

Parameters:
parentFacetDef -
value -
displayValue -
Method Detail

getValue

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

Returns:
String

getDisplayValue

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

Returns:
String

getParentFacetDef

public FacetDef getParentFacetDef()
Gets the FacetDef that this entry belongs to.

Returns:
FacetDef

getChildFacetDef

public FacetDef getChildFacetDef()
Gets the child Facet Def of this entry if one exists.

Returns:
FacetDef

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.