Package de.xima.fc.e2e.shared
Class SmtpServerSettings
- java.lang.Object
 - 
- de.xima.fc.e2e.shared.SmtpServerSettings
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class SmtpServerSettings extends Object implements Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SmtpServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption, String sender) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EConnectionEncryptiongetEncryption()StringgetHost()StringgetPassword()intgetPort()StringgetSender()StringgetUsername() 
 - 
 
- 
- 
Constructor Detail
- 
SmtpServerSettings
public SmtpServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption, String sender)
 
 - 
 
- 
Method Detail
- 
getEncryption
public EConnectionEncryption getEncryption()
 
- 
getHost
public String getHost()
 
- 
getPassword
public String getPassword()
 
- 
getPort
public int getPort()
 
- 
getSender
public String getSender()
 
- 
getUsername
public String getUsername()
 
 - 
 
 -