org.springframework.samples.petclinic
Class Vets

java.lang.Object
  extended by org.springframework.samples.petclinic.Vets

public class Vets
extends java.lang.Object

Simple JavaBean domain object representing a list of veterinarians. Mostly here to be used for the 'vets' org.springframework.web.servlet.view.xml.MarshallingView.

Author:
Arjen Poutsma

Constructor Summary
Vets()
           
 
Method Summary
 java.util.List<Vet> getVetList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vets

public Vets()
Method Detail

getVetList

public java.util.List<Vet> getVetList()


Copyright © 2010. All Rights Reserved.