public class SendNotificationEventListenerDefinition extends EventListenerDefinition
| コンストラクタと説明 |
|---|
SendNotificationEventListenerDefinition() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<EventType> |
getListenEvent() |
java.lang.String |
getNotificationCondScript() |
SendNotificationType |
getNotificationType() |
java.lang.String |
getTmplDefName() |
void |
setListenEvent(java.util.List<EventType> listenEvent) |
void |
setNotificationCondScript(java.lang.String notificationCondScript) |
void |
setNotificationType(SendNotificationType notificationType) |
void |
setTmplDefName(java.lang.String tmplDefName) |
isWithoutMappedByReference, setWithoutMappedByReferencepublic SendNotificationType getNotificationType()
public void setNotificationType(SendNotificationType notificationType)
public java.lang.String getTmplDefName()
public void setTmplDefName(java.lang.String tmplDefName)
public java.lang.String getNotificationCondScript()
public void setNotificationCondScript(java.lang.String notificationCondScript)
public java.util.List<EventType> getListenEvent()
public void setListenEvent(java.util.List<EventType> listenEvent)