cz.utb.fai.simkovicp.pki.wrapper
Class Recipients

java.lang.Object
  extended by cz.utb.fai.simkovicp.pki.wrapper.Recipients
All Implemented Interfaces:
java.io.Serializable

public class Recipients
extends java.lang.Object
implements java.io.Serializable

This class represents the list of recipients.

See Also:
Serialized Form

Constructor Summary
Recipients()
           
 
Method Summary
 java.util.List<cz.utb.fai.simkovicp.pki.mail.Recipient> getRecipient()
           
 void setRecipient(java.util.List<cz.utb.fai.simkovicp.pki.mail.Recipient> recipients)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Recipients

public Recipients()
Method Detail

getRecipient

public java.util.List<cz.utb.fai.simkovicp.pki.mail.Recipient> getRecipient()
Returns:
the recipients

setRecipient

public void setRecipient(java.util.List<cz.utb.fai.simkovicp.pki.mail.Recipient> recipients)
Parameters:
recipients - the recipients to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object