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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetAnyTypeKind(AnyTypeKind anyTypeKind) voidsetEntityKey(String entityKey) voidsetExecuted(boolean executed) voidsetHtmlBody(String htmlBody) voidsetNotification(String notification) voidvoidsetSubject(String subject) voidsetTextBody(String textBody) voidsetTraceLevel(TraceLevel traceLevel) Methods inherited from class org.apache.syncope.common.lib.to.TaskTO
getExecutions, getKey, getLastExecutor, getLatestExecStatus, setDiscriminator, setKey, setLastExecutor, setLatestExecStatus, toStringMethods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
getEnd, getStart, setEnd, setStart
-
Constructor Details
-
NotificationTaskTO
public NotificationTaskTO()
-
-
Method Details
-
getDiscriminator
- Specified by:
getDiscriminatorin 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
-