org.ferris.yahoo.finance.jmce.handler
Class EmailAddressHandlerBySql

java.lang.Object
  extended by org.ferris.yahoo.finance.jmce.handler.AbstractHandlerBySql
      extended by org.ferris.yahoo.finance.jmce.handler.EmailAddressHandlerBySql
All Implemented Interfaces:
EmailAddressHandler

public class EmailAddressHandlerBySql
extends AbstractHandlerBySql
implements EmailAddressHandler

Author:
Michael Remijan [mjremijan@yahoo.com]

Constructor Summary
EmailAddressHandlerBySql()
           
 
Method Summary
 List<EmailAddress> getBcc()
           
 List<EmailAddress> getCc()
           
 EmailAddress getFrom()
           
 EmailAddress getReplyTo()
           
 List<EmailAddress> getTo()
           
 
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
 

Constructor Detail

EmailAddressHandlerBySql

public EmailAddressHandlerBySql()
Method Detail

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.