Package com.appliedolap.essbase.impl
Class EssGenerationImpl
java.lang.Object
com.appliedolap.essbase.AbstractEssObject
com.appliedolap.essbase.impl.EssGenerationImpl
- All Implemented Interfaces:
EssGeneration,EssObject
Special Type of Member that represents a Generation
-
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
ConstructorsConstructorDescriptionEssGenerationImpl(ApiContext api, com.appliedolap.essbase.client.model.GenerationLevel generationLevel) -
Method Summary
-
Constructor Details
-
EssGenerationImpl
public EssGenerationImpl(ApiContext api, com.appliedolap.essbase.client.model.GenerationLevel generationLevel)
-
-
Method Details
-
getName
Description copied from interface:EssGenerationGets the name of the generation.- Specified by:
getNamein interfaceEssGeneration- Specified by:
getNamein interfaceEssObject- Returns:
- the name of this generation
-
getType
Description copied from interface:EssObjectGets the type of this object.- Specified by:
getTypein interfaceEssGeneration- Specified by:
getTypein interfaceEssObject- Returns:
- the object type
-
getActualName
Description copied from interface:EssGenerationGets the actual name of the generation- Specified by:
getActualNamein interfaceEssGeneration- Returns:
- the actual name of this generation.
-
getNumber
Description copied from interface:EssGenerationGets the number of the generation- Specified by:
getNumberin interfaceEssGeneration- Returns:
- the number of this generation.
-
getUnique
Description copied from interface:EssGenerationGets the unique setting of the generation- Specified by:
getUniquein interfaceEssGeneration- Returns:
- the unique setting of this generation.
-