Uses of Class
org.fm.addressbook.businessobject.Communication

Packages that use Communication
org.fm.addressbook.businessobject   
 

Uses of Communication in org.fm.addressbook.businessobject
 

Fields in org.fm.addressbook.businessobject with type parameters of type Communication
 java.util.List<Communication> Contact.communications
           
 

Methods in org.fm.addressbook.businessobject that return types with arguments of type Communication
 java.util.List<Communication> Contact.getCommunications()
           
 

Method parameters in org.fm.addressbook.businessobject with type arguments of type Communication
 void Contact.setCommunications(java.util.List<Communication> communications)