com.endeca.infront.cartridge.model
Class Ancestor

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.Ancestor

public class Ancestor
extends NavigationAction

Represents an ancestor in a dimension hierarchy. It is similar to Refinement but may not have refinement count and dimension properties

See Also:
RefinementBreadcrumb, RefinementMenu, DimensionSearchValue

Constructor Summary
Ancestor()
           
 
Method Summary
 Map<String,String> getProperties()
           
 void setProperties(Map<String,String> properties)
          Sets the properties of this Ancestor.
 
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

Ancestor

public Ancestor()
Method Detail

getProperties

public Map<String,String> getProperties()
Returns:
The properties of this Ancestor.

setProperties

public void setProperties(Map<String,String> properties)
Sets the properties of this Ancestor.

Parameters:
properties - the properties of the Ancestor


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