Class FrontendServer

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

@Entity public class FrontendServer extends AbstractLockableEntity implements INameProviding, IDescriptionProviding
See Also:
  • Field Details

  • Constructor Details

    • FrontendServer

      public FrontendServer()
  • Method Details

    • getId

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

      public String getBeschreibung()
      Specified by:
      getBeschreibung in interface IDescriptionProviding
    • setBeschreibung

      public void setBeschreibung(String beschreibung)
    • getFstoken

      public String getFstoken()
    • setFstoken

      public void setFstoken(String fstoken)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • isAktiv

      public boolean isAktiv()
    • setAktiv

      public void setAktiv(boolean aktiv)
    • getName

      public String getName()
      Specified by:
      getName in interface INameProviding
      Returns:
      The name of this object.
    • setName

      public void setName(String name)
    • getVerbindungsname

      @Deprecated public String getVerbindungsname()
      Deprecated.
    • setVerbindungsname

      @Deprecated public void setVerbindungsname(String name)
      Deprecated.
    • getReconnect_timeout

      public Integer getReconnect_timeout()
    • setReconnect_timeout

      public void setReconnect_timeout(Integer reconnect_timeout)
    • getReconnect_attempts

      public Integer getReconnect_attempts()
    • setReconnect_attempts

      public void setReconnect_attempts(Integer reconnect_attempts)
    • getUseSSL

      public boolean getUseSSL()
    • setUseSSL

      public void setUseSSL(boolean useSSL)
    • getSslKeystorePath

      @Deprecated public String getSslKeystorePath()
      Deprecated.
      Certificates for the SSL connection are managed by the central certificate management.
    • setSslKeystorePath

      public void setSslKeystorePath(String sslKeystorePath)
      Deprecated.
      Certificates for the SSL connection are managed by the central certificate management.
    • getSslKeystorePass

      public String getSslKeystorePass()
      Deprecated.
      Certificates for the SSL connection are managed by the central certificate management.
    • setSslKeystorePass

      public void setSslKeystorePass(String sslKeystorePass)
      Deprecated.
      Certificates for the SSL connection are managed by the central certificate management.
    • getProxyType

      public FrontendServer.EProxyType getProxyType()
    • setProxyType

      public void setProxyType(FrontendServer.EProxyType proxyType)
    • getProxyHost

      public String getProxyHost()
    • setProxyHost

      public void setProxyHost(String proxyHost)
    • getProxyPort

      public Integer getProxyPort()
    • setProxyPort

      public void setProxyPort(Integer proxyPort)
    • isUseProxyAuth

      public boolean isUseProxyAuth()
    • setUseProxyAuth

      public void setUseProxyAuth(boolean useProxyAuth)
    • getProxyAuthName

      public String getProxyAuthName()
    • setProxyAuthName

      public void setProxyAuthName(String proxyAuthName)
    • getProxyAuthPassword

      public String getProxyAuthPassword()
    • setProxyAuthPassword

      public void setProxyAuthPassword(String proxyAuthPassword)
    • getFeatures

      public Set<String> getFeatures()
    • setFeatures

      public void setFeatures(Set<String> features)
    • getUserPortals

      public Set<UserPortal> getUserPortals()
    • setUserPortals

      public void setUserPortals(Set<UserPortal> userPortals)
    • getFrontendServerProps

      public List<FrontendServerProperty> getFrontendServerProps()
    • setFrontendServerProps

      public void setFrontendServerProps(List<FrontendServerProperty> frontendServerProps)
    • getProperties

      public Map<String,String> getProperties()
    • getUserPortalList

      public List<UserPortal> getUserPortalList()
      Returns the user portals of this frontend server as a list ordered by the user portal name.
      Returns:
      the user portals of this frontend server as a list ordered by the user portal name.
    • setUserPortalList

      public void setUserPortalList(List<UserPortal> userPortals)
      Sets the user portals for this frontend server as a list.
      Parameters:
      userPortals - to set.
    • toString

      public String toString()
      Overrides:
      toString in class AbstractLockableEntity
    • postLoad

      public void postLoad()
    • preUpdate

      public void preUpdate()