com.viceversatech.rdfbeans.test.foafexample.entities.impl
Class Person
java.lang.Object
   com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
com.viceversatech.rdfbeans.test.foafexample.entities.impl.Thing
       com.viceversatech.rdfbeans.test.foafexample.entities.impl.Agent
com.viceversatech.rdfbeans.test.foafexample.entities.impl.Agent
           com.viceversatech.rdfbeans.test.foafexample.entities.impl.Person
com.viceversatech.rdfbeans.test.foafexample.entities.impl.Person
- All Implemented Interfaces: 
- IAgent, IPerson, IThing
- public final class Person 
- extends Agent- implements IPerson
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
Person
public Person()
getId
public java.lang.String getId()
- 
- Specified by:
- getIdin interface- IPerson
 
- 
 
setId
public void setId(java.lang.String id)
- 
- Specified by:
- setIdin interface- IPerson
 
- 
 
getNick
public java.lang.String[] getNick()
- 
- Specified by:
- getNickin interface- IPerson
 
- 
 
setNick
public void setNick(java.lang.String[] nick)
- 
- Specified by:
- setNickin interface- IPerson
 
- 
 
getNick
public java.lang.String getNick(int i)
- 
- Specified by:
- getNickin interface- IPerson
 
- 
 
setNick
public void setNick(int i,
                    java.lang.String nick)
- 
- Specified by:
- setNickin interface- IPerson
 
- 
 
getKnows
public java.util.Set<IPerson> getKnows()
- 
- Specified by:
- getKnowsin interface- IPerson
 
- 
- Returns:
- the knows
 
setKnows
public void setKnows(java.util.Set<IPerson> knows)
- 
- Specified by:
- setKnowsin interface- IPerson
 
- 
- Parameters:
- knows- the knows to set
 
Copyright © 2011. All Rights Reserved.