org.springframework.samples.petclinic.appointments
Class Appointments

java.lang.Object
  extended by org.springframework.samples.petclinic.appointments.Appointments

public class Appointments
extends Object


Constructor Summary
Appointments(Map<String,List<Appointment>> appointmentList)
           
 
Method Summary
 Map<String,List<Appointment>> getAllByVet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Appointments

public Appointments(Map<String,List<Appointment>> appointmentList)
Method Detail

getAllByVet

public Map<String,List<Appointment>> getAllByVet()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.