org.ferris.yahoo.finance.jmce.handler
Class EmailAddressHandlerBySql
java.lang.Object
org.ferris.yahoo.finance.jmce.handler.AbstractHandlerBySql
org.ferris.yahoo.finance.jmce.handler.EmailAddressHandlerBySql
- All Implemented Interfaces:
- EmailAddressHandler
public class EmailAddressHandlerBySql
- extends AbstractHandlerBySql
- implements EmailAddressHandler
- Author:
- Michael Remijan [mjremijan@yahoo.com]
Methods inherited from class org.ferris.yahoo.finance.jmce.handler.AbstractHandlerBySql |
close, executeQuery, executeUpdate, getConnection, getDataSource, prepareStatement, setDataSource, setDate, setDouble, setInt, setString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmailAddressHandlerBySql
public EmailAddressHandlerBySql()
getCc
public List<EmailAddress> getCc()
- Specified by:
getCc
in interface EmailAddressHandler
getBcc
public List<EmailAddress> getBcc()
- Specified by:
getBcc
in interface EmailAddressHandler
getTo
public List<EmailAddress> getTo()
- Specified by:
getTo
in interface EmailAddressHandler
getFrom
public EmailAddress getFrom()
- Specified by:
getFrom
in interface EmailAddressHandler
getReplyTo
public EmailAddress getReplyTo()
- Specified by:
getReplyTo
in interface EmailAddressHandler
Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.