Package org.springframework.samples.petclinic

The classes in this package represent PetClinic's business layer.

See:
          Description

Interface Summary
Clinic The high-level PetClinic business interface.
 

Class Summary
BaseEntity Simple JavaBean domain object with an id property.
NamedEntity Simple JavaBean domain object adds a name property to BaseEntity.
Owner Simple JavaBean domain object representing an owner.
Person Simple JavaBean domain object representing an person.
Pet Simple JavaBean business object representing a pet.
PetType  
Specialty Models a Vet's specialty (for example, dentistry).
Vet Simple JavaBean domain object representing a veterinarian.
Vets Simple JavaBean domain object representing a list of veterinarians.
Visit Simple JavaBean domain object representing a visit.
 

Package org.springframework.samples.petclinic Description

The classes in this package represent PetClinic's business layer.



Copyright © 2010. All Rights Reserved.