public interface IMessageContentModel extends Serializable, de.alpharogroup.xml.api.Xmlable
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the message content.
|
Locale |
getLocale()
Gets the locale for the message content.
|
String |
getSubject()
Gets the subject.
|
void |
setContent(String messageContent)
Sets the message content.
|
void |
setLocale(Locale locale)
Sets the locale for the message content.
|
void |
setSubject(String subject)
Sets the subject.
|
String getSubject()
void setSubject(String subject)
subject - the new subjectString getContent()
void setContent(String messageContent)
messageContent - the new message contentLocale getLocale()
void setLocale(Locale locale)
locale - the locale for the message content.Copyright © 2015. All rights reserved.