com.canoo.webtest.plugins.emailtest
Class EmailConfigInfo

java.lang.Object
  extended by com.canoo.webtest.plugins.emailtest.EmailConfigInfo

public class EmailConfigInfo
extends Object

Email Configuration information.

Author:
Paul King

Constructor Summary
EmailConfigInfo(String server, String type, String username, String password, String delay)
           
 
Method Summary
 String getDelay()
           
 String getPassword()
           
 String getServer()
           
 String getType()
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailConfigInfo

public EmailConfigInfo(String server,
                       String type,
                       String username,
                       String password,
                       String delay)
Method Detail

getServer

public String getServer()

getType

public String getType()

getUsername

public String getUsername()

getPassword

public String getPassword()

getDelay

public String getDelay()

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.