com.sap.sl.sdk.authoring.businesslayer
Interface BusinessLayerView

All Superinterfaces:
Identifiable, Nameable

public interface BusinessLayerView
extends Identifiable, Nameable

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

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

This string represents the description of the business layer view.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String)

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

This string represents the description of the business layer view.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getObjects

java.util.List<BlItem> getObjects()
Returns the value of the 'Objects' reference list. The list contents are of type BlItem.

This is the list of business layer items included in the business layer view. This list can only contain dimensions, measures, and filters.

Returns:
the value of the 'Objects' reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.