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

Packages that use Address
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 Address in ch.claudio.contactdb
 

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

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

Uses of Address in ch.claudio.contactdb.data
 

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

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