oracle.owb.dimensional
Interface LevelIdentifier
- All Superinterfaces:
- OWBNamedObject
- public interface LevelIdentifier
- extends OWBNamedObject
LevelIdentifier represents an identifier for the level, which
is composed of one or more level attributes.
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
getLevel
public Level getLevel()
- Get the level of the Identifier.
- Returns:
- a Level object.
getLevelAttributes
public LevelAttribute[] getLevelAttributes()
- Get the level Attributes that are associated with this level identifier.
- Returns:
- level attributes.
setLevelAttributes
public void setLevelAttributes(LevelAttribute[] attributes)
- Set the level Attributes with this level identifier.
- Parameters:
attributes - a set of level attributes.