Package org.cyclos.server.model.mobile
Class BaseMobileData
- java.lang.Object
-
- org.cyclos.server.model.mobile.BaseMobileData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MobileGuestData,MobileUserData
public abstract class BaseMobileData extends Object implements Serializable
Base data for mobile- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseMobileData()
-
Method Summary
-
-
-
Method Detail
-
getApplicationUsername
public String getApplicationUsername()
-
getCurrentClientTime
public DateTime getCurrentClientTime()
-
getCyclosVersion
public String getCyclosVersion()
-
getDateFormat
public DateFormat getDateFormat()
-
getInitialTranslations
public TranslationsData getInitialTranslations()
-
getJpegQuality
public Integer getJpegQuality()
-
getLanguageTemplate
public BuiltinLanguage getLanguageTemplate()
-
getLocalesData
public LocalesData getLocalesData()
-
getMapBrowserApiKey
public String getMapBrowserApiKey()
-
getMaxImageDimensions
public DimensionsDTO getMaxImageDimensions()
-
getMaxUploadSize
public FileSizeDTO getMaxUploadSize()
-
getNumberFormat
public NumberFormat getNumberFormat()
-
getRootUrl
public String getRootUrl()
-
getTheme
public ThemeResultVO getTheme()
-
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)
-
setTheme
public void setTheme(ThemeResultVO theme)
-
setTimeFormat
public void setTimeFormat(TimeFormat timeFormat)
-
-