public interface IDimensionalModel extends IModelObject
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCubes()
Get the list of cubes that are contained in this dimensional model.
|
java.lang.String |
getDescription()
Get the description of this dimensional model.
|
java.util.List |
getDimensions()
Get the list of dimension objects contained by this dimensional model.
|
java.lang.String |
getModelCode()
Get the code for this model.
|
java.lang.String |
getName()
Get the name of this dimensional model.
|
void |
removeCube(ICube cube)
Remove a cube from this dimensional model.
|
void |
removeDimension(IDimension dim)
Remove a dimension from this model.
|
void |
setDescription(java.lang.String desc)
Set the description of this dimensional model.
|
void |
setModelCode(java.lang.String modelCode)
Set the code for this model.
|
void |
setName(java.lang.String name)
Set the name of this dimensional model.
|
getBigNumericId, getGlobalId, getNumericIdvoid setName(java.lang.String name)
java.lang.String getName()
getName in interface IModelObjectvoid setDescription(java.lang.String desc)
desc - The description to set.java.lang.String getDescription()
java.util.List getDimensions()
void removeDimension(IDimension dim)
dim - The dimension to remove.void setModelCode(java.lang.String modelCode)
modelCode - The model code to set.java.util.List getCubes()
void removeCube(ICube cube)
cube - The cube to remove.java.lang.String getModelCode()