org.jbpm.task
Class EmailNotificationHeader

java.lang.Object
  extended by org.jbpm.task.EmailNotificationHeader
All Implemented Interfaces:
Externalizable, Serializable

@Entity
public class EmailNotificationHeader
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
EmailNotificationHeader()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBody()
           
 String getFrom()
           
 long getId()
           
 String getLanguage()
           
 String getReplyTo()
           
 String getSubject()
           
 int hashCode()
           
 void readExternal(ObjectInput in)
           
 void setBody(String body)
           
 void setFrom(String from)
           
 void setId(long id)
           
 void setLanguage(String language)
           
 void setReplyTo(String replyTo)
           
 void setSubject(String subject)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailNotificationHeader

public EmailNotificationHeader()
Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getId

public long getId()

setId

public void setId(long id)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getBody

public String getBody()

setBody

public void setBody(String body)

getReplyTo

public String getReplyTo()

setReplyTo

public void setReplyTo(String replyTo)

getFrom

public String getFrom()

setFrom

public void setFrom(String from)

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.