|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BusinessLayerView
A representation of the model object 'View'.
A business layer view displays a restricted number of business objects of the business layer. Only dimensions, measures, and filters can be added to a business layer view. Folders and attributes are added implicitly. See the Information Design Tool User Guide for more information.
Use BusinessLayerFactory.createBusinessLayerView(String, BusinessLayer)
to instantiate a business layer view.
The following features are supported:
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.util.List<BlItem> |
getObjects()
Returns the value of the 'Objects' 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 string represents the description of the business layer view.
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
This string represents the description of the business layer view.
value
- the new value of the 'Description' attribute.getDescription()
java.util.List<BlItem> getObjects()
BlItem
.
This is the list of business layer items included in the business layer view. This list can only contain dimensions, measures, and filters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |