Uses of Class
org.nuiton.validator.model.Pet
-
Packages that use Pet Package Description org.nuiton.validator.model -
-
Uses of Pet in org.nuiton.validator.model
Fields in org.nuiton.validator.model with type parameters of type Pet Modifier and Type Field Description protected Collection<Pet>
Person. pet
Methods in org.nuiton.validator.model that return types with arguments of type Pet Modifier and Type Method Description Collection<Pet>
Person. getPet()
Methods in org.nuiton.validator.model with parameters of type Pet Modifier and Type Method Description void
Person. addPet(Pet pet)
Method parameters in org.nuiton.validator.model with type arguments of type Pet Modifier and Type Method Description void
Person. setPet(Collection<Pet> pet)
-