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


public interface AggregateIncompatibility

A representation of the model object 'Aggregate Incompatibility'.

This object defines the incompatibility between some business layer objects and an aggregate table of the database. Possible compatible or incompatible objects are only dimensions, measures, attributes, native, and business filters.

For example:

In the information design tool, the user defines incompatible objects in the Aggregate Navigation dialog box. See the Information Design Tool User Guide for more information.

The following features are supported:


Method Summary
 java.util.List<BlItem> getIncompatibleObjects()
          Returns the value of the 'Incompatible Objects' reference list.
 java.lang.String getTableName()
          Returns the value of the 'Table Name' attribute.
 void setTableName(java.lang.String value)
          Sets the value of the 'Table Name' attribute.
 

Method Detail

getTableName

java.lang.String getTableName()
Returns the value of the 'Table Name' attribute.

This is the name of the table that contains objects incompatible with the aggregate table.

Returns:
the value of the 'Table Name' attribute.
See Also:
setTableName(String)

setTableName

void setTableName(java.lang.String value)
Sets the value of the 'Table Name' attribute.

This is the name of the table that contains objects incompatible with the aggregate table.

This table can be one of the following: an alias table, a derived table, or a federated table.

Parameters:
value - the new value of the 'Table Name' attribute.
See Also:
getTableName()

getIncompatibleObjects

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

This is the list of business layer items that are incompatible with the aggregate table.

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


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