com.googlecode.jpattern.service.mail
Class MailConfig

java.lang.Object
  extended by com.googlecode.jpattern.service.mail.MailConfig
All Implemented Interfaces:
IMailConfig, Serializable

public class MailConfig
extends Object
implements IMailConfig

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 01/set/09 20:30:37
See Also:
Serialized Form

Constructor Summary
MailConfig()
           
 
Method Summary
 String getPassword()
           
 String getStmphost()
           
 String getStmpport()
           
 String getUsername()
           
 boolean isRequiredAuthentication()
           
 void setPassword(String password)
           
 void setRequiredAuthentication(boolean requiredAuthentication)
           
 void setStmphost(String stmphost)
           
 void setStmpport(String stmpport)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailConfig

public MailConfig()
Method Detail

getStmphost

public String getStmphost()
Specified by:
getStmphost in interface IMailConfig

setStmphost

public void setStmphost(String stmphost)

getStmpport

public String getStmpport()
Specified by:
getStmpport in interface IMailConfig

setStmpport

public void setStmpport(String stmpport)

getUsername

public String getUsername()
Specified by:
getUsername in interface IMailConfig

setUsername

public void setUsername(String username)

getPassword

public String getPassword()
Specified by:
getPassword in interface IMailConfig

setPassword

public void setPassword(String password)

isRequiredAuthentication

public boolean isRequiredAuthentication()
Specified by:
isRequiredAuthentication in interface IMailConfig

setRequiredAuthentication

public void setRequiredAuthentication(boolean requiredAuthentication)


Copyright © 2011. All Rights Reserved.