KIE Internal 6.0.0.Beta1

org.kie.internal.task.api.model
Interface EmailNotificationHeader

All Superinterfaces:
Externalizable, Serializable

public interface EmailNotificationHeader
extends Externalizable


Method Summary
 String getBody()
           
 String getFrom()
           
 long getId()
           
 String getLanguage()
           
 String getReplyTo()
           
 String getSubject()
           
 void setBody(String body)
           
 void setFrom(String from)
           
 void setId(long id)
           
 void setLanguage(String language)
           
 void setReplyTo(String replyTo)
           
 void setSubject(String subject)
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

long getId()

setId

void setId(long id)

getLanguage

String getLanguage()

setLanguage

void setLanguage(String language)

getSubject

String getSubject()

setSubject

void setSubject(String subject)

getBody

String getBody()

setBody

void setBody(String body)

getReplyTo

String getReplyTo()

setReplyTo

void setReplyTo(String replyTo)

getFrom

String getFrom()

setFrom

void setFrom(String from)

KIE Internal 6.0.0.Beta1

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