|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.DirectoryEntry | +--com.ibm.itim.dataservices.model.domain.NotificationTemplate
Represents a template for a notification message.
Constructor Summary | |
---|---|
NotificationTemplate()
Default constructor. |
|
NotificationTemplate(java.lang.String name,
boolean enable,
java.lang.String subject,
java.lang.String text,
java.lang.String html)
Constructs with full set of parameters. |
|
NotificationTemplate(java.lang.String name,
java.lang.String subject,
java.lang.String text,
java.lang.String html)
Constructs with full set of parameters. |
Method Summary | |
---|---|
java.lang.String |
getHTMLBody()
Returns the template for the HTML body of the notification. |
java.lang.String |
getName()
Returns the name of the notification template. |
java.lang.String |
getSubject()
Returns the template for the subject of the notification. |
java.lang.String |
getTextBody()
Returns the template for the text body of the notification. |
boolean |
isEnabled()
Determines if the the notification template is enabled. |
void |
setHTMLBody(java.lang.String html)
Changes the template for the HTML body of the notification. |
void |
setIsEnabled(boolean enable)
Enable or Disable the notification template. |
void |
setName(java.lang.String name)
Sets the name of the notification template. |
void |
setSubject(java.lang.String subject)
Changes the template for the subject of the notification. |
void |
setTextBody(java.lang.String text)
Changes the template for the text body of the notification. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class com.ibm.itim.dataservices.model.DirectoryEntry |
---|
addAttribute, clearChange, clearChanges, getAttribute, getAttributes, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, removeAttribute, removeAttribute, removeAttribute, setAttribute, setAttributes, setDistinguishedName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NotificationTemplate()
public NotificationTemplate(java.lang.String name, java.lang.String subject, java.lang.String text, java.lang.String html)
subject
- Template for the subject of the notification.text
- Template for the text body of the notification.html
- Template for the HTML body of the notification.public NotificationTemplate(java.lang.String name, boolean enable, java.lang.String subject, java.lang.String text, java.lang.String html)
subject
- Template for the subject of the notification.text
- Template for the text body of the notification.html
- Template for the HTML body of the notification.Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- of the template.public boolean isEnabled()
public void setIsEnabled(boolean enable)
enable
- boolean value to enable or disable the template.public java.lang.String getSubject()
public void setSubject(java.lang.String subject)
subject
- Template for the subject of the notification.public java.lang.String getTextBody()
public void setTextBody(java.lang.String text)
text
- Template for the text body of the notification.public java.lang.String getHTMLBody()
public void setHTMLBody(java.lang.String html)
html
- Template for the HTML body of the notification.public java.lang.String toString()
DirectoryEntry
toString
in class DirectoryEntry
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |