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()
void
setAppName
(String appName) void
setSecurePort
(Integer securePort) void
setServerName
(String serverName) void
setServerPort
(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
-