Uses of Class
org.springframework.config.java.testing.Owner

Packages that use Owner
org.springframework.config.java.testing   
 

Uses of Owner in org.springframework.config.java.testing
 

Methods in org.springframework.config.java.testing that return Owner
 Owner SimpleConfiguration.rod()
           
 

Methods in org.springframework.config.java.testing that return types with arguments of type Owner
 Collection<Owner> Company.getOwners()
           
 

Methods in org.springframework.config.java.testing with parameters of type Owner
 void Company.addOwner(Owner owner)
           
 void Company.removeOwner(Owner owner)
           
 



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.