Class SiteTO

  • All Implemented Interfaces:
    Serializable

    public class SiteTO
    extends Object
    implements Serializable
    SiteTO carries the configuration for a given share site There is some overlap with the SiteConfigTO. These will need to be resolved
    See Also:
    Serialized Form
    • Field Detail

      • site

        protected String site
        site id
      • liveUrl

        protected String liveUrl
        live url
      • authoringUrl

        protected String authoringUrl
        authoring url
      • previewUrl

        protected String previewUrl
        preview url
      • environment

        protected String environment
        environment value
      • adminEmail

        protected String adminEmail
        admin email
      • openSiteDropdown

        protected boolean openSiteDropdown
        admin email
    • Constructor Detail

      • SiteTO

        public SiteTO()
    • Method Detail

      • getSite

        public String getSite()
        Returns:
        the site
      • setSite

        public void setSite​(String site)
        Parameters:
        site - the site to set
      • getOpenSiteDropdown

        public boolean getOpenSiteDropdown()
        Returns:
        the openSiteDropdown flag
      • setOpenSiteDropdown

        public void setOpenSiteDropdown​(boolean openSiteDropdown)
        Parameters:
        openSiteDropdown - flag to set
      • getAuthoringUrl

        public String getAuthoringUrl()
        Returns:
        the authoringUrl
      • setAuthoringUrl

        public void setAuthoringUrl​(String authoringUrl)
        Parameters:
        authoringUrl - the authoringUrl to set
      • getPreviewUrl

        public String getPreviewUrl()
        Returns:
        the previewUrl
      • setPreviewUrl

        public void setPreviewUrl​(String previewUrl)
        Parameters:
        previewUrl - the previewUrl to set
      • getEnvironment

        public String getEnvironment()
        Returns:
        the environment
      • setEnvironment

        public void setEnvironment​(String environment)
        Parameters:
        environment - the environment to set
      • getAdminEmail

        public String getAdminEmail()
        Returns:
        the adminEmail
      • setAdminEmail

        public void setAdminEmail​(String adminEmail)
        Parameters:
        adminEmail - the adminEmail to set
      • getLiveUrl

        public String getLiveUrl()
        Returns:
        the liveUrl
      • setLiveUrl

        public void setLiveUrl​(String liveUrl)
        Parameters:
        liveUrl - the liveUrl to set