Class SendNotificationEventListenerDefinition

java.lang.Object
org.iplass.mtp.entity.definition.EventListenerDefinition
org.iplass.mtp.entity.definition.listeners.SendNotificationEventListenerDefinition
All Implemented Interfaces:
Serializable

public class SendNotificationEventListenerDefinition extends EventListenerDefinition
See Also:
  • Constructor Details

    • SendNotificationEventListenerDefinition

      public SendNotificationEventListenerDefinition()
  • Method Details

    • getNotificationType

      public SendNotificationType getNotificationType()
    • setNotificationType

      public void setNotificationType(SendNotificationType notificationType)
    • getTmplDefName

      public String getTmplDefName()
    • setTmplDefName

      public void setTmplDefName(String tmplDefName)
    • getNotificationCondScript

      public String getNotificationCondScript()
    • setNotificationCondScript

      public void setNotificationCondScript(String notificationCondScript)
    • getListenEvent

      public List<EventType> getListenEvent()
    • setListenEvent

      public void setListenEvent(List<EventType> listenEvent)
    • isSynchronous

      public boolean isSynchronous()
    • setSynchronous

      public void setSynchronous(boolean isSynchronous)
    • getDestinationList

      public List<String> getDestinationList()
    • setDestinationList

      public void setDestinationList(List<String> destinationList)
    • getResponseHandler

      public String getResponseHandler()
    • setResponseHandler

      public void setResponseHandler(String responseHandler)
    • isSendTogether

      public boolean isSendTogether()
    • setSendTogether

      public void setSendTogether(boolean isSendTogether)