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

All Known Subinterfaces:
AliasTable, Attribute, BlContainer, BlItem, BusinessFilter, BusinessHierarchicalLov, BusinessLayerView, BusinessObject, BusinessQueryLov, CalculatedColumn, Column, Context, DatabaseColumn, DatabaseTable, DerivedTable, Dimension, FederatedTable, Filter, Folder, InputColumn, Join, Lov, Measure, NativeRelationalFilter, NavigationPath, Parameter, RootFolder, SQLJoin, SQLQueryLov, StaticLov, Table

public interface Identifiable

A representation of the model object 'Identifiable'.

This interface allows an object to have an identifier. You can store, set, and get the object ID.

The following features are supported:


Method Summary
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Returns the value of the 'Identifier' attribute.

This is the identifier of the object.

Returns:
the value of the 'Identifier' attribute.


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