Uses of Class
org.nuiton.validator.model.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 java.util.Collection<Pet>Person. petMethods in org.nuiton.validator.model that return types with arguments of type Pet Modifier and Type Method Description java.util.Collection<Pet>Person. getPet()Methods in org.nuiton.validator.model with parameters of type Pet Modifier and Type Method Description voidPerson. addPet(Pet pet)Method parameters in org.nuiton.validator.model with type arguments of type Pet Modifier and Type Method Description voidPerson. setPet(java.util.Collection<Pet> pet)