Interface OutcomeDescription
- All Known Implementing Classes:
OutcomeDescriptionImpl
public interface OutcomeDescription
Represents an outcome description
-
Method Summary
Modifier and TypeMethodDescriptiongetDescription(Locale locale) Returns the outcome name translated in the providedLocalegetId()Returns the outcome identifierdefault Collection<Locale>Returns a list ofLocalecached in this instanceReturns the outcome name translated in the providedLocale
-
Method Details
-
getId
String getId()Returns the outcome identifier- Returns:
- the outcome identifier
-
getName
Returns the outcome name translated in the providedLocale -
getDescription
Returns the outcome name translated in the providedLocale -
getLocales
Returns a list ofLocalecached in this instance- Returns:
- a list of
Locale
-