com.endeca.infront.cartridge.model
Class DimensionSearchValue

java.lang.Object
  extended by com.endeca.infront.cartridge.model.Action
      extended by com.endeca.infront.cartridge.model.NavigationAction
          extended by com.endeca.infront.cartridge.model.Refinement
              extended by com.endeca.infront.cartridge.model.DimensionSearchValue

public class DimensionSearchValue
extends Refinement

A model class that represents a single search result within a DimensionSearchGroup.


Constructor Summary
DimensionSearchValue()
           
 
Method Summary
 List<Ancestor> getAncestors()
           
 void setAncestors(List<Ancestor> ancestors)
          Sets the ancestors for this dimension.
 
Methods inherited from class com.endeca.infront.cartridge.model.Refinement
getCount, getProperties, isMultiSelect, setCount, setMultiSelect, setProperties
 
Methods inherited from class com.endeca.infront.cartridge.model.NavigationAction
getNavigationState, setNavigationState
 
Methods inherited from class com.endeca.infront.cartridge.model.Action
getContentPath, getLabel, getSiteRootPath, setContentPath, setLabel, setSiteRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionSearchValue

public DimensionSearchValue()
Method Detail

getAncestors

public List<Ancestor> getAncestors()
Returns:
The ancestors of this dimension search.

setAncestors

public void setAncestors(List<Ancestor> ancestors)
Sets the ancestors for this dimension.

Parameters:
ancestors - a list containing the ancestors of this dimension search
See Also:
Ancestor


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.