public class OnmsCategoryCollection extends LinkedList<OnmsCategory>
OnmsCategoryCollection class.
modCount
Constructor and Description |
---|
OnmsCategoryCollection()
Constructor for OnmsCategoryCollection.
|
OnmsCategoryCollection(Collection<? extends OnmsCategory> c)
Constructor for OnmsCategoryCollection.
|
Modifier and Type | Method and Description |
---|---|
List<OnmsCategory> |
getCategories()
getCategories
|
Integer |
getCount()
getCount
|
void |
setCategories(List<OnmsCategory> categories)
setCategories
|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
public OnmsCategoryCollection()
Constructor for OnmsCategoryCollection.
public OnmsCategoryCollection(Collection<? extends OnmsCategory> c)
Constructor for OnmsCategoryCollection.
c
- a Collection
object.public List<OnmsCategory> getCategories()
getCategories
List
object.public void setCategories(List<OnmsCategory> categories)
setCategories
categories
- a List
object.Copyright © 2015. All Rights Reserved.