Class NotificationGroup
- java.lang.Object
-
- org.apache.ofbiz.service.config.model.NotificationGroup
-
@ThreadSafe public final class NotificationGroup extends java.lang.Object
An object that models the<notification-group>
element.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Notification
getNotification()
java.util.List<Notify>
getNotifyList()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getNotification
public Notification getNotification()
-
getNotifyList
public java.util.List<Notify> getNotifyList()
-
-