public class DimensionSearchGroup extends Object
| Constructor and Description |
|---|
DimensionSearchGroup() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String getDimensionName()
public void setDimensionName(String dimensionName)
dimensionName - the dimension namepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display namepublic List<DimensionSearchValue> getDimensionSearchValues()
List of dimension search values, or an empty
list by default.public void setDimensionSearchValues(List<DimensionSearchValue> dimensionSearchValues)
dimensionSearchValues - the list with the dimensions valuesDimensionSearchValueCopyright © 2013, Oracle and/or its affiliates. All rights reserved.