com.hs.mail.smtp.message
Class Recipient

java.lang.Object
  extended by com.hs.mail.smtp.message.MailAddress
      extended by com.hs.mail.smtp.message.Recipient
All Implemented Interfaces:
Serializable, Comparable

public class Recipient
extends MailAddress

Since:
Jun 15, 2010
Author:
Won Chul Doh
See Also:
Serialized Form

Constructor Summary
Recipient(long id, String address, boolean strict)
           
Recipient(String address)
           
Recipient(String address, boolean strict)
           
 
Method Summary
 long getID()
           
 void setID(long id)
           
 String toString()
           
 
Methods inherited from class com.hs.mail.smtp.message.MailAddress
compareTo, getHost, getMailbox, getUser, isStrict, setMailbox, toInternetAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Recipient

public Recipient(String address)
          throws SmtpException
Throws:
SmtpException

Recipient

public Recipient(String address,
                 boolean strict)
          throws SmtpException
Throws:
SmtpException

Recipient

public Recipient(long id,
                 String address,
                 boolean strict)
          throws SmtpException
Throws:
SmtpException
Method Detail

setID

public void setID(long id)

getID

public long getID()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.