Class MandantFrontendServer

    • Constructor Detail

      • MandantFrontendServer

        public MandantFrontendServer()
    • Method Detail

      • getId

        public Long getId()
        Specified by:
        getId in interface de.xima.cmn.dao.interfaces.IEntity<Long>
      • getBaseurl

        public String getBaseurl()
      • setBaseurl

        public void setBaseurl​(String baseurl)
      • setBeschreibung

        public void setBeschreibung​(String beschreibung)
      • getFstoken

        public String getFstoken()
      • setFstoken

        public void setFstoken​(String fstoken)
      • setFrontendserver

        public void setFrontendserver​(FrontendServer frontendserver)
      • setName

        public void setName​(String name)
      • isAllowAllForms

        public boolean isAllowAllForms()
        Returns:
        If true, this frontend server is allowed to provide all available forms, even if that form was not yet made available on this frontend server. If false, access for this frontend server must be configured separately for each form.
      • setAllowAllForms

        public void setAllowAllForms​(boolean allowAllForms)
        Parameters:
        allowAllForms - If true, this frontend server is allowed to provide all available forms, even if that form was not yet made available on this frontend server. If false, access for this frontend server must be configured separately for each form.