org.broadleafcommerce.common.email.service.info
Class ServerInfo

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

public class ServerInfo
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
ServerInfo()
           
 
Method Summary
 String getAppName()
           
 String getHost()
           
 String getSecureHost()
           
 Integer getSecurePort()
           
 String getServerName()
           
 Integer getServerPort()
           
 void setAppName(String appName)
           
 void setSecurePort(Integer securePort)
           
 void setServerName(String serverName)
           
 void setServerPort(Integer serverPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfo

public ServerInfo()
Method Detail

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 © 2012. All Rights Reserved.