org.jbpm.process.workitem.email
Class Recipients

java.lang.Object
  extended by org.jbpm.process.workitem.email.Recipients

public class Recipients
extends Object


Constructor Summary
Recipients()
           
 
Method Summary
 boolean addRecipient(Recipient recipient)
           
 boolean equals(Object obj)
           
 List<Recipient> getRecipients()
           
 int hashCode()
           
 boolean removeRecipient(Recipient recipient)
           
 void setRecipients(List<Recipient> recipients)
           
 Recipient[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recipients

public Recipients()
Method Detail

setRecipients

public void setRecipients(List<Recipient> recipients)

addRecipient

public boolean addRecipient(Recipient recipient)

removeRecipient

public boolean removeRecipient(Recipient recipient)

getRecipients

public List<Recipient> getRecipients()

toArray

public Recipient[] toArray()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.