|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigationPath
A representation of the model object 'Navigation Path'.
This object represents custom navigation paths used to drill business objects in reporting tools.
Use BusinessLayerFactory.createNavigationPath(String, BusinessLayer)
to instantiate a navigation path.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.util.List<Dimension> |
getDimensions()
Returns the value of the 'Dimensions' reference list. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' 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 |
Method Detail |
---|
java.lang.String getDescription()
""
.
This is the description of the navigation path.
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
This is the description of the navigation path. In the information design tool, the description can be set in the Business Layer editor.
value
- the new value of the 'Description' attribute.getDescription()
java.util.List<Dimension> getDimensions()
Dimension
.
This is the list of the dimensions that compose the navigation path.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |