Class EmailNotificationDetailsWrapperImpl
- java.lang.Object
-
- org.ikasan.job.orchestration.model.notification.EmailNotificationDetailsWrapperImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.ikasan.spec.scheduled.notification.model.EmailNotificationDetailsWrapper
public class EmailNotificationDetailsWrapperImpl extends java.lang.Object implements org.ikasan.spec.scheduled.notification.model.EmailNotificationDetailsWrapper- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailNotificationDetailsWrapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails>getEmailNotificationDetails()voidsetEmailNotificationDetails(java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> emailNotificationDetails)
-
-
-
Method Detail
-
getEmailNotificationDetails
public java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> getEmailNotificationDetails()
- Specified by:
getEmailNotificationDetailsin interfaceorg.ikasan.spec.scheduled.notification.model.EmailNotificationDetailsWrapper
-
setEmailNotificationDetails
public void setEmailNotificationDetails(java.util.List<org.ikasan.spec.scheduled.notification.model.EmailNotificationDetails> emailNotificationDetails)
- Specified by:
setEmailNotificationDetailsin interfaceorg.ikasan.spec.scheduled.notification.model.EmailNotificationDetailsWrapper
-
-