Package com.appliedolap.essbase.impl
Class EssDimensionImpl
java.lang.Object
com.appliedolap.essbase.AbstractEssObject
com.appliedolap.essbase.impl.EssDimensionImpl
- All Implemented Interfaces:
EssDimension,EssObject
A special type of member that represents a dimension.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Field Summary
Fields inherited from class com.appliedolap.essbase.AbstractEssObject
api -
Constructor Summary
ConstructorsConstructorDescriptionEssDimensionImpl(ApiContext api, EssApplication application, EssCube cube, com.appliedolap.essbase.client.model.DimensionBean dimensionBean) -
Method Summary
Modifier and TypeMethodDescriptiongetGeneration(Integer generationNumber) Gets the generation on the dimension, if any.Gets the level on the dimension, if any.Gets the list of levels on the dimension, if any.getName()Gets the name of the dimension.getType()Gets the type of this object.Gets the list of generations on the dimension, if any.
-
Constructor Details
-
EssDimensionImpl
public EssDimensionImpl(ApiContext api, EssApplication application, EssCube cube, com.appliedolap.essbase.client.model.DimensionBean dimensionBean)
-
-
Method Details
-
getName
Description copied from interface:EssDimensionGets the name of the dimension.- Specified by:
getNamein interfaceEssDimension- Specified by:
getNamein interfaceEssObject- Returns:
- the name of this dimension
-
getType
Description copied from interface:EssObjectGets the type of this object.- Specified by:
getTypein interfaceEssDimension- Specified by:
getTypein interfaceEssObject- Returns:
- the object type
-
listDimGenerations
Description copied from interface:EssDimensionGets the list of generations on the dimension, if any.- Specified by:
listDimGenerationsin interfaceEssDimension- Returns:
- the dimension's generations.
-
getGeneration
Description copied from interface:EssDimensionGets the generation on the dimension, if any.- Specified by:
getGenerationin interfaceEssDimension- Parameters:
generationNumber- the generation number- Returns:
- the dimension's generation.
-
getLevel
Description copied from interface:EssDimensionGets the level on the dimension, if any.- Specified by:
getLevelin interfaceEssDimension- Parameters:
levelNumber- the level number- Returns:
- the dimension's level.
-
getLevels
Description copied from interface:EssDimensionGets the list of levels on the dimension, if any.- Specified by:
getLevelsin interfaceEssDimension- Returns:
- the dimension's levels.
-