java.lang.Object
org.broadleafcommerce.common.email.service.info.ServerInfo
All Implemented Interfaces:
Serializable

public class ServerInfo extends Object implements Serializable
Author:
jfischer
See Also:
  • Constructor Details

    • ServerInfo

      public ServerInfo()
  • Method Details

    • getSecureHost

      public String getSecureHost()
    • getHost

      public String getHost()
    • getServerName

      public String getServerName()
      Returns:
      the serverName
    • setServerName

      public void setServerName(String serverName)
      Parameters:
      serverName - the serverName to set
    • getServerPort

      public Integer getServerPort()
      Returns:
      the serverPort
    • setServerPort

      public void setServerPort(Integer serverPort)
      Parameters:
      serverPort - the serverPort to set
    • getSecurePort

      public Integer getSecurePort()
      Returns:
      the securePort
    • setSecurePort

      public void setSecurePort(Integer securePort)
      Parameters:
      securePort - the securePort to set
    • getAppName

      public String getAppName()
      Returns:
      the appName
    • setAppName

      public void setAppName(String appName)
      Parameters:
      appName - the appName to set