org.jbpm.process.workitem.email
Class Message

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

public class Message
extends Object


Constructor Summary
Message()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBody()
           
 String getDocumentFormat()
           
 String getFrom()
           
 Recipients getRecipients()
           
 String getReplyTo()
           
 String getSubject()
           
 int hashCode()
           
 void setBody(String body)
           
 void setDocumentFormat(String documentFormat)
           
 void setFrom(String from)
           
 void setRecipients(Recipients recipients)
           
 void setReplyTo(String replyTo)
           
 void setSubject(String subject)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message()
Method Detail

getRecipients

public Recipients getRecipients()

setRecipients

public void setRecipients(Recipients recipients)

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

getReplyTo

public String getReplyTo()

setReplyTo

public void setReplyTo(String replyTo)

getDocumentFormat

public String getDocumentFormat()

setDocumentFormat

public void setDocumentFormat(String documentFormat)

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getBody

public String getBody()

setBody

public void setBody(String body)

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.