com.businessobjects.rebean.wi
Interface Alerter


public interface Alerter

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The Alerter objects contains descriptive information about an individual Alerter object.

To retrieve a list of Alerters contained in an inheriting class, call TYPE.getAlerters(). For example, for a TableCell object you can call TableCell.getAlerters(). To retrieve the AlertersDictionary/code> containing all Alerter objects in a DocumentInstance object call ReportStructure.getAlerters().

Since:
11.5
See Also:
AlertersDictionary, Alertable, TableCell, Alerters

Method Summary
 java.lang.String getDescription()
          Returns this Alerter's localized description depending on the locale settings.
 java.lang.String getID()
          Returns the Alerter object's identifier.
 java.lang.String getName()
          Returns this Alerter object's localized name depending on the locale settings.
 java.lang.String getSourceDescription()
          Returns this Alerter's description in the locale it was created.
 java.lang.String getSourceName()
          Returns this Alerter object's name in the locale it was created.
 boolean isStripped()
           
 

Method Detail

getID

java.lang.String getID()
Returns the Alerter object's identifier.

Returns:
the Alerter object's identifier.

getName

java.lang.String getName()
Returns this Alerter object's localized name depending on the locale settings. If the translation is not available, then it returns the source name.

Returns:
the Alerter object's localized name depending on the locale settings.
Since:
12.2

getSourceName

java.lang.String getSourceName()
Returns this Alerter object's name in the locale it was created.

Returns:
the Alerter object's name in the locale it was created.
Since:
12.2

getDescription

java.lang.String getDescription()
Returns this Alerter's localized description depending on the locale settings. If the translation is not available, then it returns the source description.

Returns:
the Alerter's localized description depending on the locale settings.
Since:
12.2

getSourceDescription

java.lang.String getSourceDescription()
Returns this Alerter's description in the locale it was created.

Returns:
the Alerter's description in the locale it was created.
Since:
12.2

isStripped

boolean isStripped()
Returns:
A boolean.