edu.jhu.cs.oose.group3.intelligentbook.model
Class FriendGroup

java.lang.Object
  extended by edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
      extended by edu.jhu.cs.oose.group3.intelligentbook.model.EnumeratedGroup
          extended by edu.jhu.cs.oose.group3.intelligentbook.model.FriendGroup

public class FriendGroup
extends EnumeratedGroup

Contains the user's friends (this is the default group that other people are added to)


Constructor Summary
FriendGroup()
           
 
Method Summary
 
Methods inherited from class edu.jhu.cs.oose.group3.intelligentbook.model.EnumeratedGroup
addContact, getAllContacts, hasContact, removeContact
 
Methods inherited from class edu.jhu.cs.oose.group3.intelligentbook.model.ContactGroup
getGroupName, setGroupName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FriendGroup

public FriendGroup()