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 TypeMethodDescriptionboolean
boolean
void
setDestinationList
(List<String> destinationList) void
setListenEvent
(List<EventType> listenEvent) void
setNotificationCondScript
(String notificationCondScript) void
setNotificationType
(SendNotificationType notificationType) void
setResponseHandler
(String responseHandler) void
setSendTogether
(boolean isSendTogether) void
setSynchronous
(boolean isSynchronous) void
setTmplDefName
(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)
-