com.canoo.webtest.plugins.emailtest
Class EmailConfigInfo
java.lang.Object
com.canoo.webtest.plugins.emailtest.EmailConfigInfo
public class EmailConfigInfo
- extends Object
Email Configuration information.
- Author:
- Paul King
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailConfigInfo
public EmailConfigInfo(String server,
String type,
String username,
String password,
String delay)
getServer
public String getServer()
getType
public String getType()
getUsername
public String getUsername()
getPassword
public String getPassword()
getDelay
public String getDelay()