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

All Known Subinterfaces:
BlItemInheritedData

public interface InheritedData

This interface allows you to retrieve information about an object of a core universe that is inherited by a linked universe.

The following features are supported:


Method Summary
 java.lang.String getCoreItemIdentifier()
          Returns the value of the 'Core Item Identifier' attribute.
 UniverseReference getCoreReference()
          Returns the value of the 'Core Reference' reference.
 

Method Detail

getCoreReference

UniverseReference getCoreReference()
Returns the value of the 'Core Reference' reference.

This object represents core universe information (CUID, path, and revision number).

Returns:
the value of the 'Core Reference' reference.

getCoreItemIdentifier

java.lang.String getCoreItemIdentifier()
Returns the value of the 'Core Item Identifier' attribute.

This string represents the identifier of the object in the core data foundation or business layer.

Returns:
the value of the 'Core Item Identifier' attribute.


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