Uses of Class
org.sciplore.resources.PersonHomonym

Packages that use PersonHomonym
org.sciplore.resources   
 

Uses of PersonHomonym in org.sciplore.resources
 

Methods in org.sciplore.resources that return types with arguments of type PersonHomonym
 Set<PersonHomonym> Person.getHomonyms()
           
 

Methods in org.sciplore.resources with parameters of type PersonHomonym
 void Person.addHomonym(PersonHomonym homonym)
           
 

Method parameters in org.sciplore.resources with type arguments of type PersonHomonym
 void Person.setHomonyms(Set<PersonHomonym> homonyms)