|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.datamanager.simpleton.EmailParameters
| Constructor Summary | |
EmailParameters(EmailParametersEntityValue emailParametersEntityValue)
|
|
EmailParameters(String username,
String password,
String hostMachineName,
String accessProtocolName,
String mailboxName,
String fromAddress,
String SMTPHost)
|
|
| Method Summary | |
String |
getAccessProtocolName()
|
String |
getFromAddress()
|
String |
getHostMachineName()
|
String |
getMailboxName()
|
String |
getPassword()
|
String |
getSMTPHost()
|
String |
getUsername()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EmailParameters(EmailParametersEntityValue emailParametersEntityValue)
public EmailParameters(String username,
String password,
String hostMachineName,
String accessProtocolName,
String mailboxName,
String fromAddress,
String SMTPHost)
| Method Detail |
public String getUsername()
public String getPassword()
public String getHostMachineName()
public String getAccessProtocolName()
public String getMailboxName()
public String getFromAddress()
public String getSMTPHost()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||