Class GeneralLocalizations

java.lang.Object
de.xima.fc.api.rest.pub.client.user_portal.model.GeneralLocalizations
All Implemented Interfaces:
Serializable

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class GeneralLocalizations extends Object implements Serializable
GeneralLocalizations
See Also:
  • Field Details

    • JSON_PROPERTY_BROWSER_REJECT_DIALOG_HEADER

      public static final String JSON_PROPERTY_BROWSER_REJECT_DIALOG_HEADER
      See Also:
    • JSON_PROPERTY_BROWSER_REJECT_DIALOG_TEXT

      public static final String JSON_PROPERTY_BROWSER_REJECT_DIALOG_TEXT
      See Also:
    • JSON_PROPERTY_CANCEL_BUTTON_LABEL

      public static final String JSON_PROPERTY_CANCEL_BUTTON_LABEL
      See Also:
    • JSON_PROPERTY_LANGUAGE_CHOOSER_LIST_ARIA_LABEL

      public static final String JSON_PROPERTY_LANGUAGE_CHOOSER_LIST_ARIA_LABEL
      See Also:
    • JSON_PROPERTY_LANGUAGE_CHOOSER_LIST_ITEM_ARIA_LABEL

      public static final String JSON_PROPERTY_LANGUAGE_CHOOSER_LIST_ITEM_ARIA_LABEL
      See Also:
    • JSON_PROPERTY_LANGUAGE_CHOOSER_TOOLTIP

      public static final String JSON_PROPERTY_LANGUAGE_CHOOSER_TOOLTIP
      See Also:
    • JSON_PROPERTY_LOADING_DIALOG_LABEL

      public static final String JSON_PROPERTY_LOADING_DIALOG_LABEL
      See Also:
    • JSON_PROPERTY_TODAY_LABEL

      public static final String JSON_PROPERTY_TODAY_LABEL
      See Also:
    • JSON_PROPERTY_USER_PORTAL_TITLE

      public static final String JSON_PROPERTY_USER_PORTAL_TITLE
      See Also:
  • Constructor Details

    • GeneralLocalizations

      public GeneralLocalizations()
      Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
  • Method Details

    • browserRejectDialogHeader

      public GeneralLocalizations browserRejectDialogHeader(String browserRejectDialogHeader)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getBrowserRejectDialogHeader

      @Nullable public String getBrowserRejectDialogHeader()
      Get browserRejectDialogHeader
      Returns:
      browserRejectDialogHeader
    • setBrowserRejectDialogHeader

      public void setBrowserRejectDialogHeader(String browserRejectDialogHeader)
    • browserRejectDialogText

      public GeneralLocalizations browserRejectDialogText(String browserRejectDialogText)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getBrowserRejectDialogText

      @Nullable public String getBrowserRejectDialogText()
      Get browserRejectDialogText
      Returns:
      browserRejectDialogText
    • setBrowserRejectDialogText

      public void setBrowserRejectDialogText(String browserRejectDialogText)
    • cancelButtonLabel

      public GeneralLocalizations cancelButtonLabel(String cancelButtonLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getCancelButtonLabel

      @Nullable public String getCancelButtonLabel()
      Get cancelButtonLabel
      Returns:
      cancelButtonLabel
    • setCancelButtonLabel

      public void setCancelButtonLabel(String cancelButtonLabel)
    • footerLinkListAriaLabel

      public GeneralLocalizations footerLinkListAriaLabel(String footerLinkListAriaLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getFooterLinkListAriaLabel

      @Nullable public String getFooterLinkListAriaLabel()
      Get footerLinkListAriaLabel
      Returns:
      footerLinkListAriaLabel
    • setFooterLinkListAriaLabel

      public void setFooterLinkListAriaLabel(String footerLinkListAriaLabel)
    • helpLinkTooltip

      public GeneralLocalizations helpLinkTooltip(String helpLinkTooltip)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getHelpLinkTooltip

      @Nullable public String getHelpLinkTooltip()
      Get helpLinkTooltip
      Returns:
      helpLinkTooltip
    • setHelpLinkTooltip

      public void setHelpLinkTooltip(String helpLinkTooltip)
    • languageChooserListAriaLabel

      public GeneralLocalizations languageChooserListAriaLabel(String languageChooserListAriaLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLanguageChooserListAriaLabel

      @Nullable public String getLanguageChooserListAriaLabel()
      Get languageChooserListAriaLabel
      Returns:
      languageChooserListAriaLabel
    • setLanguageChooserListAriaLabel

      public void setLanguageChooserListAriaLabel(String languageChooserListAriaLabel)
    • languageChooserListItemAriaLabel

      public GeneralLocalizations languageChooserListItemAriaLabel(String languageChooserListItemAriaLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLanguageChooserListItemAriaLabel

      @Nullable public String getLanguageChooserListItemAriaLabel()
      Get languageChooserListItemAriaLabel
      Returns:
      languageChooserListItemAriaLabel
    • setLanguageChooserListItemAriaLabel

      public void setLanguageChooserListItemAriaLabel(String languageChooserListItemAriaLabel)
    • languageChooserTooltip

      public GeneralLocalizations languageChooserTooltip(String languageChooserTooltip)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLanguageChooserTooltip

      @Nullable public String getLanguageChooserTooltip()
      Get languageChooserTooltip
      Returns:
      languageChooserTooltip
    • setLanguageChooserTooltip

      public void setLanguageChooserTooltip(String languageChooserTooltip)
    • loadingDialogLabel

      public GeneralLocalizations loadingDialogLabel(String loadingDialogLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getLoadingDialogLabel

      @Nullable public String getLoadingDialogLabel()
      Get loadingDialogLabel
      Returns:
      loadingDialogLabel
    • setLoadingDialogLabel

      public void setLoadingDialogLabel(String loadingDialogLabel)
    • todayLabel

      public GeneralLocalizations todayLabel(String todayLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getTodayLabel

      @Nullable public String getTodayLabel()
      Get todayLabel
      Returns:
      todayLabel
    • setTodayLabel

      public void setTodayLabel(String todayLabel)
    • userPortalTitle

      public GeneralLocalizations userPortalTitle(String userPortalTitle)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUserPortalTitle

      @Nullable public String getUserPortalTitle()
      Get userPortalTitle
      Returns:
      userPortalTitle
    • setUserPortalTitle

      public void setUserPortalTitle(String userPortalTitle)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object