com.sap.netweaver.coll.shared.api.extension
Interface IDisplayable

All Known Subinterfaces:
IExtension, IExtensionPoint, IParameterInfo, IParameterValue, IValueSetProvider

public interface IDisplayable

Interface describing an object that can be displayed in the UI.


Method Summary
 java.lang.String getDescription(java.util.Locale locale)
          Get the despription of the displayable.
 java.lang.String getId()
          Get the id of the displayable.
 java.lang.String getName(java.util.Locale locale)
          Get the name of the displayable.
 

Method Detail

getId

public java.lang.String getId()
Get the id of the displayable.
Returns:
The id

getName

public java.lang.String getName(java.util.Locale locale)
Get the name of the displayable.
Parameters:
locale - The locale of the name
Returns:
The name

getDescription

public java.lang.String getDescription(java.util.Locale locale)
Get the despription of the displayable.
Parameters:
id - The locale of the description
Returns:
The description