Class MobileAppConfig
- java.lang.Object
-
- lumis.service.portalmanagement.mobileapp.bean.MobileAppConfig
-
public class MobileAppConfig extends Object
Mobile app config bean.- Since:
- 10.0.0
- Version:
- $Revision: 20412 $ $Date: 2017-07-20 16:55:43 -0300 (Thu, 20 Jul 2017) $
-
-
Constructor Summary
Constructors Constructor Description MobileAppConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppId()
Returns the appId.String
getAuthorEmail()
Returns the authorEmail.String
getAuthorHref()
Returns the authorHref.String
getAuthorName()
Returns the authorName.String
getBackgroundColor()
Returns the backgroundColor.String
getCustomWebsiteURL()
Returns the customWebsiteURL.String
getDescription()
Returns the description.String
getErrorColor()
Returns the errorColor.String
getId()
Returns the id.String
getLogoFileName()
Returns the logoFileName.String
getName()
Returns the name.String
getPrimaryColor()
Returns the primaryColor.String
getTextColor()
Returns the textColor.String
getTopbarBackgroundColor()
Returns the topbarBackgroundColor.String
getTopbarTextColor()
Returns the topbarTextColor.String
getType()
Returns the type.String
getVersion()
Returns the version.String
getWebsiteBaseURLId()
Returns the websiteBaseURLId.String
getWebsiteBaseURLProtocol()
Returns the websiteBaseURLProtocol.String
getWebsiteHomepagePath()
Returns the websiteHomepagePath.boolean
isIncludeTopbar()
Returns the includeTopbar.MobileAppConfig
setAppId(String appId)
Sets the appId.MobileAppConfig
setAuthorEmail(String authorEmail)
Sets the authorEmail.MobileAppConfig
setAuthorHref(String authorHref)
Sets the authorHref.MobileAppConfig
setAuthorName(String authorName)
Sets the authorName.MobileAppConfig
setBackgroundColor(String backgroundColor)
Sets the backgroundColor.MobileAppConfig
setCustomWebsiteURL(String customWebsiteURL)
Sets the customWebsiteURL.MobileAppConfig
setDescription(String description)
Sets the description.MobileAppConfig
setErrorColor(String errorColor)
Sets the errorColor.MobileAppConfig
setId(String id)
Sets the id.MobileAppConfig
setIncludeTopbar(boolean includeTopbar)
Sets the includeTopbar.MobileAppConfig
setLogoFileName(String logoFileName)
Sets the logoFileName.MobileAppConfig
setName(String name)
Sets the name.MobileAppConfig
setPrimaryColor(String primaryColor)
Sets the primaryColor.MobileAppConfig
setTextColor(String textColor)
Sets the textColor.MobileAppConfig
setTopbarBackgroundColor(String topbarBackgroundColor)
Sets the topbarBackgroundColor.MobileAppConfig
setTopbarTextColor(String topbarTextColor)
Sets the topbarTextColor.MobileAppConfig
setType(String type)
Sets the type.MobileAppConfig
setVersion(String version)
Sets the version.MobileAppConfig
setWebsiteBaseURLId(String websiteBaseURLId)
Sets the websiteBaseURLId.MobileAppConfig
setWebsiteBaseURLProtocol(String websiteBaseURLProtocol)
Sets the websiteBaseURLProtocol.MobileAppConfig
setWebsiteHomepagePath(String websiteHomepagePath)
Sets the websiteHomepagePath.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Returns the id.- Returns:
- the id
- Since:
- 10.0.0
-
setId
public MobileAppConfig setId(String id)
Sets the id.- Parameters:
id
- the id value to set.- Since:
- 10.0.0
-
getAppId
public String getAppId()
Returns the appId.- Returns:
- the appId
- Since:
- 10.0.0
-
setAppId
public MobileAppConfig setAppId(String appId)
Sets the appId.- Parameters:
appId
- the appId value to set.- Since:
- 10.0.0
-
getName
public String getName()
Returns the name.- Returns:
- the name
- Since:
- 10.0.0
-
setName
public MobileAppConfig setName(String name)
Sets the name.- Parameters:
name
- the name value to set.- Since:
- 10.0.0
-
getDescription
public String getDescription()
Returns the description.- Returns:
- the description
- Since:
- 10.0.0
-
setDescription
public MobileAppConfig setDescription(String description)
Sets the description.- Parameters:
description
- the description value to set.- Since:
- 10.0.0
-
getType
public String getType()
Returns the type.- Returns:
- the type
- Since:
- 10.2.0
-
setType
public MobileAppConfig setType(String type)
Sets the type.- Parameters:
type
- the type value to set.- Since:
- 10.2.0
-
getVersion
public String getVersion()
Returns the version.- Returns:
- the version
- Since:
- 10.0.0
-
setVersion
public MobileAppConfig setVersion(String version)
Sets the version.- Parameters:
version
- the version value to set.- Since:
- 10.0.0
-
getAuthorName
public String getAuthorName()
Returns the authorName.- Returns:
- the authorName
- Since:
- 10.0.0
-
setAuthorName
public MobileAppConfig setAuthorName(String authorName)
Sets the authorName.- Parameters:
authorName
- the authorName value to set.- Since:
- 10.0.0
-
getAuthorEmail
public String getAuthorEmail()
Returns the authorEmail.- Returns:
- the authorEmail
- Since:
- 10.0.0
-
setAuthorEmail
public MobileAppConfig setAuthorEmail(String authorEmail)
Sets the authorEmail.- Parameters:
authorEmail
- the authorEmail value to set.- Since:
- 10.0.0
-
getAuthorHref
public String getAuthorHref()
Returns the authorHref.- Returns:
- the authorHref
- Since:
- 10.0.0
-
setAuthorHref
public MobileAppConfig setAuthorHref(String authorHref)
Sets the authorHref.- Parameters:
authorHref
- the authorHref value to set.- Since:
- 10.0.0
-
getWebsiteBaseURLId
public String getWebsiteBaseURLId()
Returns the websiteBaseURLId.- Returns:
- the websiteBaseURLId
- Since:
- 10.0.0
-
setWebsiteBaseURLId
public MobileAppConfig setWebsiteBaseURLId(String websiteBaseURLId)
Sets the websiteBaseURLId.- Parameters:
websiteBaseURLId
- the websiteBaseURLId value to set.- Since:
- 10.0.0
-
getWebsiteBaseURLProtocol
public String getWebsiteBaseURLProtocol()
Returns the websiteBaseURLProtocol.- Returns:
- the websiteBaseURLProtocol
- Since:
- 10.0.0
-
setWebsiteBaseURLProtocol
public MobileAppConfig setWebsiteBaseURLProtocol(String websiteBaseURLProtocol)
Sets the websiteBaseURLProtocol.- Parameters:
websiteBaseURLProtocol
- the websiteBaseURLProtocol value to set.- Since:
- 10.0.0
-
getCustomWebsiteURL
public String getCustomWebsiteURL()
Returns the customWebsiteURL.- Returns:
- the customWebsiteURL
- Since:
- 10.0.0
-
setCustomWebsiteURL
public MobileAppConfig setCustomWebsiteURL(String customWebsiteURL)
Sets the customWebsiteURL.- Parameters:
customWebsiteURL
- the customWebsiteURL value to set.- Since:
- 10.0.0
-
getLogoFileName
public String getLogoFileName()
Returns the logoFileName.- Returns:
- the logoFileName
- Since:
- 10.0.0
-
setLogoFileName
public MobileAppConfig setLogoFileName(String logoFileName)
Sets the logoFileName.- Parameters:
logoFileName
- the logoFileName value to set.- Since:
- 10.0.0
-
getTopbarBackgroundColor
public String getTopbarBackgroundColor()
Returns the topbarBackgroundColor.- Returns:
- the topbarBackgroundColor
- Since:
- 10.0.0
-
setTopbarBackgroundColor
public MobileAppConfig setTopbarBackgroundColor(String topbarBackgroundColor)
Sets the topbarBackgroundColor.- Parameters:
topbarBackgroundColor
- the topbarBackgroundColor value to set.- Since:
- 10.0.0
-
getTopbarTextColor
public String getTopbarTextColor()
Returns the topbarTextColor.- Returns:
- the topbarTextColor
- Since:
- 10.0.0
-
setTopbarTextColor
public MobileAppConfig setTopbarTextColor(String topbarTextColor)
Sets the topbarTextColor.- Parameters:
topbarTextColor
- the topbarTextColor value to set.- Since:
- 10.0.0
-
getBackgroundColor
public String getBackgroundColor()
Returns the backgroundColor.- Returns:
- the backgroundColor
- Since:
- 10.0.0
-
setBackgroundColor
public MobileAppConfig setBackgroundColor(String backgroundColor)
Sets the backgroundColor.- Parameters:
backgroundColor
- the backgroundColor value to set.- Since:
- 10.0.0
-
getPrimaryColor
public String getPrimaryColor()
Returns the primaryColor.- Returns:
- the primaryColor
- Since:
- 10.0.0
-
setPrimaryColor
public MobileAppConfig setPrimaryColor(String primaryColor)
Sets the primaryColor.- Parameters:
primaryColor
- the primaryColor value to set.- Since:
- 10.0.0
-
getTextColor
public String getTextColor()
Returns the textColor.- Returns:
- the textColor
- Since:
- 10.0.0
-
setTextColor
public MobileAppConfig setTextColor(String textColor)
Sets the textColor.- Parameters:
textColor
- the textColor value to set.- Since:
- 10.0.0
-
getErrorColor
public String getErrorColor()
Returns the errorColor.- Returns:
- the errorColor
- Since:
- 10.0.0
-
setErrorColor
public MobileAppConfig setErrorColor(String errorColor)
Sets the errorColor.- Parameters:
errorColor
- the errorColor value to set.- Since:
- 10.0.0
-
isIncludeTopbar
public boolean isIncludeTopbar()
Returns the includeTopbar.- Returns:
- the includeTopbar
- Since:
- 10.0.0
-
setIncludeTopbar
public MobileAppConfig setIncludeTopbar(boolean includeTopbar)
Sets the includeTopbar.- Parameters:
includeTopbar
- the includeTopbar value to set.- Since:
- 10.0.0
-
getWebsiteHomepagePath
public String getWebsiteHomepagePath()
Returns the websiteHomepagePath.- Returns:
- the websiteHomepagePath
- Since:
- 10.0.0
-
setWebsiteHomepagePath
public MobileAppConfig setWebsiteHomepagePath(String websiteHomepagePath)
Sets the websiteHomepagePath.- Parameters:
websiteHomepagePath
- the websiteHomepagePath value to set.- Since:
- 10.0.0
-
-