Class ResourceDTOCollection
- java.lang.Object
-
- org.opennms.core.config.api.JaxbListWrapper<ResourceDTO>
-
- org.opennms.netmgt.model.resource.ResourceDTOCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<ResourceDTO>
public final class ResourceDTOCollection extends JaxbListWrapper<ResourceDTO>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceDTOCollection()
ResourceDTOCollection(java.util.Collection<? extends ResourceDTO> resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResourceDTO>
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
-
ResourceDTOCollection
public ResourceDTOCollection()
-
ResourceDTOCollection
public ResourceDTOCollection(java.util.Collection<? extends ResourceDTO> resources)
-
-
Method Detail
-
getObjects
public java.util.List<ResourceDTO> getObjects()
- Overrides:
getObjects
in classJaxbListWrapper<ResourceDTO>
-
-