com.sap.sl.sdk.authoring.commons
Interface BlItemInheritedData

All Superinterfaces:
InheritedData

public interface BlItemInheritedData
extends InheritedData

A representation of the model object 'Bl Item Inherited Data'. This interface allows you to retrieve information about any BlItem object of a core universe that is inherited by a linked universe.

The following features are supported:


Method Summary
 boolean isStatusOverloaded()
          Returns the value of the 'Status Overloaded' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.InheritedData
getCoreItemIdentifier, getCoreReference
 

Method Detail

isStatusOverloaded

boolean isStatusOverloaded()
Returns the value of the 'Status Overloaded' attribute. The default value is "false".

Checks if the status of the BlItem object in the business layer has been modified compared to the status inherited from the core universe.

When the BlItem.setState(ItemState) method is used, the isStatusOverloaded return value is set to true automatically. Therefore, the modified BlItem state is retained at save and load times.

Returns true if it has been modified.

Returns:
the value of the 'Status Overloaded' attribute.


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