Package petclinic.pets
Class Pet
java.lang.Object
petclinic.util.BaseEntity
petclinic.pets.Pet
- All Implemented Interfaces:
Serializable
A pet.
- See Also:
-
Field Summary
Fields inherited from class petclinic.util.BaseEntity
id
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pet
public Pet()
-
-
Method Details
-
getOwner
-
setOwner
-
getName
-
setName
-
getBirthDate
-
setBirthDate
-
getType
-
setType
-
getVisits
-
addVisit
-