|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlItem
A representation of the 'Bl Item' model object.
Business layer items are dimensions, measures, attributes, folders, and filters.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
BlItemInheritedData |
getInheritedData()
|
BlContainer |
getParent()
Returns the value of the 'Parent' container reference. |
java.lang.String |
getPath()
|
ItemState |
getState()
Returns the value of the 'State' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setState(ItemState value)
Sets the value of the ' State ' attribute. |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable |
---|
getIdentifier |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable |
---|
getName, setName |
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Customizable |
---|
getCustomProperties |
Method Detail |
---|
java.lang.String getDescription()
""
.
This string represents the description of the business layer item.
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
This string represents the description of the business layer item.
value
- the new value of the 'Description' attribute.getDescription()
BlContainer getParent()
Children
'.
This string represents the container of the business item. For example, if the business item is an attribute, its container can be a dimension. The dimension's container is a folder.
BlContainer.getChildren()
ItemState getState()
ItemState
.
This object defines the state of the business item (ACTIVE, HIDDEN or DEPRECATED).
ItemState
,
setState(ItemState)
void setState(ItemState value)
State
' attribute.
This object defines the state of the business item (ACTIVE, HIDDEN or DEPRECATED).
value
- the new value of the 'State' attribute.ItemState
,
getState()
java.lang.String getPath()
Returns the path of the BlItem
.
This path is built by concatenating the names of all the ancestors of the BlItem
object including the BlItem
itself. The names are separated by a backslash ('\').
BlItemInheritedData getInheritedData()
Returns the object used to access information about any BlItem
object of a core universe that is inherited by a linked universe.
getInheritedData
in interface Inheritable
BlItemInheritedData
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |