Class ServerInfo
java.lang.Object
org.broadleafcommerce.common.email.service.info.ServerInfo
- All Implemented Interfaces:
Serializable
- Author:
- jfischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()voidsetAppName(String appName) voidsetSecurePort(Integer securePort) voidsetServerName(String serverName) voidsetServerPort(Integer serverPort)
-
Constructor Details
-
ServerInfo
public ServerInfo()
-
-
Method Details
-
getSecureHost
-
getHost
-
getServerName
- Returns:
- the serverName
-
setServerName
- Parameters:
serverName- the serverName to set
-
getServerPort
- Returns:
- the serverPort
-
setServerPort
- Parameters:
serverPort- the serverPort to set
-
getSecurePort
- Returns:
- the securePort
-
setSecurePort
- Parameters:
securePort- the securePort to set
-
getAppName
- Returns:
- the appName
-
setAppName
- Parameters:
appName- the appName to set
-