com.ldodds.foaf.model
Class Group

java.lang.Object
  extended bycom.ldodds.foaf.model.Agent
      extended bycom.ldodds.foaf.model.Group
All Implemented Interfaces:
java.lang.Comparable

public class Group
extends Agent

TODO -- description of Group TODO -- add support for this in API, other classes

Author:
ldodds

Constructor Summary
Group()
           
 
Method Summary
 java.util.List getMembers()
           
 void setMembers(java.util.List members)
           
 
Methods inherited from class com.ldodds.foaf.model.Agent
compareTo, getAimChatId, getEmail, getEmailSha1Sum, getGender, getGroups, getHomepage, getIcqChatId, getJabberId, getMsnChatId, getName, getNick, getTipJar, getWeblog, getYahooChatId, setAimChatId, setEmail, setEmailSha1Sum, setGender, setGroups, setHomepage, setIcqChatId, setJabberId, setMsnChatId, setName, setNick, setTipJar, setWeblog, setYahooChatId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getMembers

public java.util.List getMembers()
Returns:
Returns the members.

setMembers

public void setMembers(java.util.List members)
Parameters:
members - The members to set.