Class MandantFrontendServer

All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IDescriptionProviding, ILockingVersionProviding, IMandantDependent, INameProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>

@Entity public class MandantFrontendServer extends AbstractMandantDependentEntity implements INameProviding, IDescriptionProviding
See Also:
  • Field Details

  • Constructor Details

    • MandantFrontendServer

      public MandantFrontendServer()
  • Method Details

    • 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)
    • getBeschreibung

      @Size(max=250) public @Size(max=250) String getBeschreibung()
      Specified by:
      getBeschreibung in interface IDescriptionProviding
    • setBeschreibung

      public void setBeschreibung(String beschreibung)
    • getFstoken

      public String getFstoken()
    • setFstoken

      public void setFstoken(String fstoken)
    • getFrontendserver

      public FrontendServer getFrontendserver()
    • setFrontendserver

      public void setFrontendserver(FrontendServer frontendserver)
    • getName

      public String getName()
      Specified by:
      getName in interface INameProviding
      Returns:
      The name of this object.
    • 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.