Interface LanguageInfo

All Superinterfaces:
Comparable<StoreElement>, StoreElement, Workflowable

public interface LanguageInfo extends StoreElement
This interface provides language specific infos
Since:
4.0
  • Method Details

    • getLanguage

      Language getLanguage()
      Returns the Language this LanguageInfo storeelement belongs to.
      Returns:
      the belonging Language of this storeelement
      Since:
      4.0
    • getDisplayName

      @Nullable @Nullable String getDisplayName()
      Returns the language specific displayname for this storeelement or null if no display name is set for this language.
      Returns:
      the language specific displayname
      Since:
      4.0
    • setDisplayName

      void setDisplayName(@Nullable @Nullable String displayName)
      Sets the display name for this storeelement for the underlying language
      Parameters:
      displayName - the new display name, use null to remove display name
      Since:
      4.0
    • getDescription

      String getDescription()
      Get description parameter.
      Since:
      4.2.12
    • setDescription

      void setDescription(String description)
      Sets the description parameter.
      Since:
      4.2.12