Class BaseMobileData

    • Constructor Detail

      • BaseMobileData

        public BaseMobileData()
    • Method Detail

      • getApplicationUsername

        public String getApplicationUsername()
      • getCurrentClientTime

        public DateTime getCurrentClientTime()
      • getCyclosVersion

        public String getCyclosVersion()
      • getDateFormat

        public DateFormat getDateFormat()
      • getJpegQuality

        public Integer getJpegQuality()
      • getMapBrowserApiKey

        public String getMapBrowserApiKey()
      • getMaxImageDimensions

        public DimensionsDTO getMaxImageDimensions()
      • getMaxUploadSize

        public FileSizeDTO getMaxUploadSize()
      • getRootUrl

        public String getRootUrl()
      • getTimeFormat

        public TimeFormat getTimeFormat()
      • setApplicationUsername

        public void setApplicationUsername​(String applicationUsername)
      • setCurrentClientTime

        public void setCurrentClientTime​(DateTime currentClientTime)
      • setCyclosVersion

        public void setCyclosVersion​(String cyclosVersion)
      • setDateFormat

        public void setDateFormat​(DateFormat dateFormat)
      • setInitialTranslations

        public void setInitialTranslations​(TranslationsData initialTranslations)
      • setJpegQuality

        public void setJpegQuality​(Integer jpegQuality)
      • setLanguageTemplate

        public void setLanguageTemplate​(BuiltinLanguage languageTemplate)
      • setLocalesData

        public void setLocalesData​(LocalesData localesData)
      • setMapBrowserApiKey

        public void setMapBrowserApiKey​(String mapBrowserApiKey)
      • setMaxImageDimensions

        public void setMaxImageDimensions​(DimensionsDTO maxImageDimensions)
      • setMaxUploadSize

        public void setMaxUploadSize​(FileSizeDTO maxUploadSize)
      • setNumberFormat

        public void setNumberFormat​(NumberFormat numberFormat)
      • setRootUrl

        public void setRootUrl​(String rootUrl)
      • setTimeFormat

        public void setTimeFormat​(TimeFormat timeFormat)