com.viceversatech.rdfbeans.test.foafexample.entities.impl
Class Person

java.lang.Object
  extended by com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
      extended by com.viceversatech.rdfbeans.test.foafexample.entities.impl.Agent
          extended by com.viceversatech.rdfbeans.test.foafexample.entities.impl.Person
All Implemented Interfaces:
IAgent, IPerson, IThing

public final class Person
extends Agent
implements IPerson


Constructor Summary
Person()
           
 
Method Summary
 java.lang.String getId()
           
 java.util.Set<IPerson> getKnows()
           
 java.lang.String[] getNick()
           
 java.lang.String getNick(int i)
           
 void setId(java.lang.String id)
           
 void setKnows(java.util.Set<IPerson> knows)
           
 void setNick(int i, java.lang.String nick)
           
 void setNick(java.lang.String[] nick)
           
 
Methods inherited from class com.viceversatech.rdfbeans.test.foafexample.entities.impl.Agent
getBirthday, getMbox, setBirthday, setMbox
 
Methods inherited from class com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
equals, getHomepage, getName, getUri, hashCode, setHomepage, setName, setUri, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.viceversatech.rdfbeans.test.foafexample.entities.IAgent
getBirthday, getMbox, setBirthday, setMbox
 
Methods inherited from interface com.viceversatech.rdfbeans.test.foafexample.entities.IThing
getHomepage, getName, getUri, setHomepage, setName, setUri
 

Constructor Detail

Person

public Person()
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface IPerson

setId

public void setId(java.lang.String id)
Specified by:
setId in interface IPerson

getNick

public java.lang.String[] getNick()
Specified by:
getNick in interface IPerson

setNick

public void setNick(java.lang.String[] nick)
Specified by:
setNick in interface IPerson

getNick

public java.lang.String getNick(int i)
Specified by:
getNick in interface IPerson

setNick

public void setNick(int i,
                    java.lang.String nick)
Specified by:
setNick in interface IPerson

getKnows

public java.util.Set<IPerson> getKnows()
Specified by:
getKnows in interface IPerson
Returns:
the knows

setKnows

public void setKnows(java.util.Set<IPerson> knows)
Specified by:
setKnows in interface IPerson
Parameters:
knows - the knows to set


Copyright © 2011. All Rights Reserved.