Interface IncidentL10n


public interface IncidentL10n
Locale dependent information for a Incident.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the fully processed, localized description.
    Get the fully processed, localized title.
  • Method Details

    • getTitle

      String getTitle()
      Get the fully processed, localized title.
    • getDescription

      String getDescription()
      Get the fully processed, localized description.