org.broadleafcommerce.common.email.service.info
Class ServerInfo
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:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInfo
public ServerInfo()
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
Copyright © 2013. All Rights Reserved.