Class GeneralLocalizationsModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.common.GeneralLocalizationsModel
-
- All Implemented Interfaces:
Serializable
public class GeneralLocalizationsModel extends Object implements Serializable
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneralLocalizationsModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneralLocalizationsModel.Builderbuilder()StringgetBrowserRejectDialogHeader()StringgetBrowserRejectDialogText()StringgetCancelButtonLabel()StringgetHelpLinkTooltip()StringgetLanguageChooserTooltip()StringgetLoadingDialogLabel()StringgetTodayLabel()StringgetUserPortalTitle()
-
-
-
Method Detail
-
getBrowserRejectDialogHeader
public String getBrowserRejectDialogHeader()
-
getBrowserRejectDialogText
public String getBrowserRejectDialogText()
-
getCancelButtonLabel
public String getCancelButtonLabel()
-
getLoadingDialogLabel
public String getLoadingDialogLabel()
-
getTodayLabel
public String getTodayLabel()
-
getUserPortalTitle
public String getUserPortalTitle()
-
getHelpLinkTooltip
public String getHelpLinkTooltip()
-
getLanguageChooserTooltip
public String getLanguageChooserTooltip()
-
builder
public static GeneralLocalizationsModel.Builder builder()
-
-