org.jasig.portlet.contacts.model
Class ContactSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<Contact>
              extended by org.jasig.portlet.contacts.model.ContactSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Contact>, Collection<Contact>, NavigableSet<Contact>, Set<Contact>, SortedSet<Contact>

public class ContactSet
extends TreeSet<Contact>
implements Serializable

Author:
chris
See Also:
Serialized Form

Constructor Summary
ContactSet()
           
ContactSet(ContactComparator comparator)
           
 
Method Summary
 String getId()
           
 String getTitle()
           
 void setId(String id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ContactSet

public ContactSet()

ContactSet

public ContactSet(ContactComparator comparator)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2013 Jasig. All Rights Reserved.