Uses of Class
ch.claudio.contactdb.data.Person

Packages that use Person
ch.claudio.contactdb The conteact db shall help me organize the different information I have about persons I know. 
ch.claudio.contactdb.data   
 

Uses of Person in ch.claudio.contactdb
 

Methods in ch.claudio.contactdb that return types with arguments of type Person
 java.util.List<Person> Model.addPerson(Person pers)
          Test it the person ist not yet stored in the database and add it..
 

Methods in ch.claudio.contactdb with parameters of type Person
 java.util.List<Person> Model.addPerson(Person pers)
          Test it the person ist not yet stored in the database and add it..
 

Uses of Person in ch.claudio.contactdb.data
 

Methods in ch.claudio.contactdb.data that return Person
 Person Person.getCanonical()
           
 Person Address.getPerson()
           
 Person Identity.getPerson()
           
 

Methods in ch.claudio.contactdb.data with parameters of type Person
 void Person.setCanonical(Person canonicalArg)
           
 void Address.setPerson(Person personArg)
           
 void Identity.setPerson(Person personArg)
           
 

Constructors in ch.claudio.contactdb.data with parameters of type Person
Address(Person personArg, java.lang.String streetArg, java.lang.String extraAddressArg, Place placeArg)
           
Identity(Person personArg, IdentityType typeArg, java.lang.String identityArg)