public class EmailTemplate extends Object
Constructor and Description |
---|
EmailTemplate() |
public String getSubject()
public void setSubject(String subject)
subject
- Sets subject of the email.public String getBody()
public void setBody(String body)
body
- Sets body of the email.public String getFooter()
public void setFooter(String footer)
footer
- Sets footer of the email.public String getType()
public void setType(String type)
Copyright © 2015 WSO2, Inc.. All Rights Reserved.