Package org.opennms.netmgt.model
Class OnmsNotificationCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<OnmsNotification>
-
- org.opennms.netmgt.model.OnmsNotificationCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<OnmsNotification>
public class OnmsNotificationCollection extends JaxbListWrapper<OnmsNotification>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnmsNotificationCollection()
OnmsNotificationCollection(java.util.Collection<? extends OnmsNotification> notifications)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OnmsNotification>
getObjects()
-
Methods inherited from class org.opennms.core.config.api.JaxbListWrapper
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getCount, getOffset, getTotalCount, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, setCount, setObjects, setOffset, setTotalCount, size, subList, toArray, toArray, toString
-
-
-
-
Constructor Detail
-
OnmsNotificationCollection
public OnmsNotificationCollection()
-
OnmsNotificationCollection
public OnmsNotificationCollection(java.util.Collection<? extends OnmsNotification> notifications)
-
-
Method Detail
-
getObjects
public java.util.List<OnmsNotification> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<OnmsNotification>
-
-