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

All Known Subinterfaces:
AliasTable, Attribute, BlContainer, BlItem, BusinessFilter, BusinessHierarchicalLov, BusinessHierarchicalLovColumn, BusinessLayer, BusinessLayerView, BusinessObject, BusinessQueryLov, BusinessQueryLovColumn, CalculatedColumn, Column, Context, DatabaseColumn, DatabaseTable, DataFoundation, DataFoundationView, DerivedTable, Dimension, FederatedTable, Filter, Folder, InputColumn, Lov, LovColumn, Measure, MonoSourceDataFoundation, MultiSourceDataFoundation, NativeRelationalFilter, NavigationPath, OlapBusinessLayer, Parameter, RelationalBusinessLayer, RootFolder, SQLQueryLov, SQLQueryLovColumn, StaticLov, StaticLovColumn, Table

public interface Nameable

A representation of the model object 'Nameable'.

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

The following features are supported:


Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

This is the name of the object.

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

setName

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

This is the name of the object.

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


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