Package com.appliedolap.essbase
Interface EssGeneration
- All Superinterfaces:
EssObject
- All Known Implementing Classes:
EssGenerationImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.appliedolap.essbase.EssObject
EssObject.Type -
Method Summary
-
Method Details
-
getName
String getName()Gets the name of the generation. -
getType
EssObject.Type getType()Description copied from interface:EssObjectGets the type of this object. -
getActualName
String getActualName()Gets the actual name of the generation- Returns:
- the actual name of this generation.
-
getNumber
Integer getNumber()Gets the number of the generation- Returns:
- the number of this generation.
-
getUnique
Boolean getUnique()Gets the unique setting of the generation- Returns:
- the unique setting of this generation.
-