Class SendNotificationEventListenerDefinition
java.lang.Object
org.iplass.mtp.entity.definition.EventListenerDefinition
org.iplass.mtp.entity.definition.listeners.SendNotificationEventListenerDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetDestinationList(List<String> destinationList) voidsetListenEvent(List<EventType> listenEvent) voidsetNotificationCondScript(String notificationCondScript) voidsetNotificationType(SendNotificationType notificationType) voidsetResponseHandler(String responseHandler) voidsetSendTogether(boolean isSendTogether) voidsetSynchronous(boolean isSynchronous) voidsetTmplDefName(String tmplDefName) Methods inherited from class org.iplass.mtp.entity.definition.EventListenerDefinition
isWithoutMappedByReference, setWithoutMappedByReference
-
Constructor Details
-
SendNotificationEventListenerDefinition
public SendNotificationEventListenerDefinition()
-
-
Method Details
-
getNotificationType
-
setNotificationType
-
getTmplDefName
-
setTmplDefName
-
getNotificationCondScript
-
setNotificationCondScript
-
getListenEvent
-
setListenEvent
-
isSynchronous
public boolean isSynchronous() -
setSynchronous
public void setSynchronous(boolean isSynchronous) -
getDestinationList
-
setDestinationList
-
getResponseHandler
-
setResponseHandler
-
isSendTogether
public boolean isSendTogether() -
setSendTogether
public void setSendTogether(boolean isSendTogether)
-