com.businessobjects.sdk.plugin.desktop.common
Interface IIdMLDescription

All Superinterfaces:
IIdDescriptionPair
All Known Subinterfaces:
IAuditCategory, IAuditDetail, IAuditEvent, IAuditLevel

public interface IIdMLDescription
extends IIdDescriptionPair

This interface provides access to a structure that contains an integer (an ID) and a string (a description) and a ML string (a ML description).

Since:
4.0

Method Summary
 java.lang.String getDescription(java.util.Locale locale)
          Returns the ML description.
 
Methods inherited from interface com.businessobjects.sdk.plugin.desktop.common.IIdDescriptionPair
getDescription, getID
 

Method Detail

getDescription

java.lang.String getDescription(java.util.Locale locale)
                                throws SDKException
Returns the ML description.

Parameters:
locale - containing the locale of the description
Returns:
String containing the ML description.
Throws:
SDKException