com.googlecode.jpattern.service.mail.message
Class ARecipient

java.lang.Object
  extended by com.googlecode.jpattern.service.mail.message.ARecipient
All Implemented Interfaces:
IRecipient, Serializable
Direct Known Subclasses:
Recipient

public abstract class ARecipient
extends Object
implements IRecipient

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 01/set/09 20:53:17
See Also:
Serialized Form

Constructor Summary
ARecipient(String aRecipient)
           
 
Method Summary
 boolean equals(ARecipient obj)
           
 int hashCode()
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARecipient

public ARecipient(String aRecipient)
Method Detail

name

public final String name()
Specified by:
name in interface IRecipient

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(ARecipient obj)


Copyright © 2011. All Rights Reserved.