jaugment2.mail
Class MailSender.Receiver

java.lang.Object
  |
  +--jaugment2.mail.MailSender.Receiver
Enclosing class:
MailSender

public static class MailSender.Receiver
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.String to
           
private  javax.mail.Message.RecipientType type
           
 
Constructor Summary
MailSender.Receiver(java.lang.String to)
           
MailSender.Receiver(java.lang.String to, javax.mail.Message.RecipientType type)
           
 
Method Summary
 java.lang.String getAddress()
           
 javax.mail.Message.RecipientType getType()
           
 void setType(javax.mail.Message.RecipientType t)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

type

private javax.mail.Message.RecipientType type

to

private java.lang.String to
Constructor Detail

MailSender.Receiver

public MailSender.Receiver(java.lang.String to,
                           javax.mail.Message.RecipientType type)

MailSender.Receiver

public MailSender.Receiver(java.lang.String to)
Method Detail

getType

public javax.mail.Message.RecipientType getType()

setType

public void setType(javax.mail.Message.RecipientType t)

getAddress

public java.lang.String getAddress()