Class 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 Detail

      • MobileAppConfig

        public MobileAppConfig()
    • 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