com.evolveum.midpoint.notifications.transports
Class MailMessage

java.lang.Object
  extended by com.evolveum.midpoint.notifications.transports.MailMessage

public class MailMessage
extends Object

Author:
mederly

Constructor Summary
MailMessage()
           
 
Method Summary
 String getBody()
           
 String getContentType()
           
 String getSubject()
           
 String getTo()
           
 void setBody(String body)
           
 void setContentType(String contentType)
           
 void setSubject(String subject)
           
 void setTo(String to)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MailMessage

public MailMessage()
Method Detail

getBody

public String getBody()

setBody

public void setBody(String body)

getSubject

public String getSubject()

setSubject

public void setSubject(String subject)

getTo

public String getTo()

setTo

public void setTo(String to)

getContentType

public String getContentType()

setContentType

public void setContentType(String contentType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.