com.endeca.infront.cartridge.model
Class DimensionSearchGroup

java.lang.Object
  extended by com.endeca.infront.cartridge.model.DimensionSearchGroup

public class DimensionSearchGroup
extends Object

Result of a dimension search grouped by the same dimension.


Constructor Summary
DimensionSearchGroup()
           
 
Method Summary
 String getDimensionName()
           
 List<DimensionSearchValue> getDimensionSearchValues()
           
 String getDisplayName()
           
 void setDimensionName(String dimensionName)
          Sets the name for this dimension search group.
 void setDimensionSearchValues(List<DimensionSearchValue> dimensionSearchValues)
          Sets the list of dimensions values associated with this group.
 void setDisplayName(String displayName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionSearchGroup

public DimensionSearchGroup()
Method Detail

getDimensionName

public String getDimensionName()
Returns:
The name of the dimension search group.

setDimensionName

public void setDimensionName(String dimensionName)
Sets the name for this dimension search group.

Parameters:
dimensionName - the dimension name

getDisplayName

public String getDisplayName()
Returns:
The display name of the dimension search group.

setDisplayName

public void setDisplayName(String displayName)
Parameters:
displayName - the display name

getDimensionSearchValues

public List<DimensionSearchValue> getDimensionSearchValues()
Returns:
A List of dimension search values, or an empty list by default.

setDimensionSearchValues

public void setDimensionSearchValues(List<DimensionSearchValue> dimensionSearchValues)
Sets the list of dimensions values associated with this group.

Parameters:
dimensionSearchValues - the list with the dimensions values
See Also:
DimensionSearchValue


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