public interface NavigationPath extends Identifiable, Nameable
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:
| Modifier and Type | Method and Description |
|---|---|
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. |
getIdentifierjava.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()