Interface IDisplayNameModel

All Superinterfaces:
Serializable

public interface IDisplayNameModel extends Serializable
Since:
9.9
  • Method Details

    • getLanguageCode

      String getLanguageCode()
      Returns:
      The string representation of the language code.
    • hasDisplayName

      boolean hasDisplayName()
      Returns:
      A boolean flag indicating if the display name model has value.
    • getDisplayName

      String getDisplayName()
      Returns:
      The display name value.