Package org.apache.syncope.common.lib.to
Class NotificationTaskTO
java.lang.Object
org.apache.syncope.common.lib.to.AbstractStartEndBean
org.apache.syncope.common.lib.to.TaskTO
org.apache.syncope.common.lib.to.NotificationTaskTO
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
void
setAnyTypeKind
(AnyTypeKind anyTypeKind) void
setEntityKey
(String entityKey) void
setExecuted
(boolean executed) void
setHtmlBody
(String htmlBody) void
setNotification
(String notification) void
void
setSubject
(String subject) void
setTextBody
(String textBody) void
setTraceLevel
(TraceLevel traceLevel) Methods inherited from class org.apache.syncope.common.lib.to.TaskTO
getExecutions, getKey, getLastExecutor, getLatestExecStatus, setDiscriminator, setKey, setLastExecutor, setLatestExecStatus, toString
Methods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
getEnd, getStart, setEnd, setStart
-
Constructor Details
-
NotificationTaskTO
public NotificationTaskTO()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminator
in classTaskTO
-
getNotification
-
setNotification
-
getAnyTypeKind
-
setAnyTypeKind
-
getEntityKey
-
setEntityKey
-
getRecipients
-
getSender
-
setSender
-
getSubject
-
setSubject
-
getTextBody
-
setTextBody
-
getHtmlBody
-
setHtmlBody
-
isExecuted
public boolean isExecuted() -
setExecuted
public void setExecuted(boolean executed) -
getTraceLevel
-
setTraceLevel
-
hashCode
public int hashCode() -
equals
-