Uses of Class
org.nuiton.validator.model.Pet

Packages that use Pet
org.nuiton.validator.model   
 

Uses of Pet in org.nuiton.validator.model
 

Fields in org.nuiton.validator.model with type parameters of type Pet
protected  Collection<Pet> Person.pet
           
 

Methods in org.nuiton.validator.model that return types with arguments of type Pet
 Collection<Pet> Person.getPet()
           
 

Methods in org.nuiton.validator.model with parameters of type Pet
 void Person.addPet(Pet pet)
           
 

Method parameters in org.nuiton.validator.model with type arguments of type Pet
 void Person.setPet(Collection<Pet> pet)
           
 



Copyright © 2011 CodeLutin. All Rights Reserved.