org.springframework.samples.petclinic.appointments.web
Class AppointmentForm

java.lang.Object
  extended by org.springframework.samples.petclinic.appointments.web.AppointmentForm

public class AppointmentForm
extends Object


Constructor Summary
AppointmentForm()
           
 
Method Summary
 Appointment createAppointment()
           
 Date getDate()
           
 Long getDoctor()
           
 String getNotes()
           
 Long getOwner()
           
 String getPet()
           
 String getPhone()
           
 Date getTime()
           
 void setDate(Date date)
           
 void setDoctor(Long doctor)
           
 void setNotes(String notes)
           
 void setOwner(Long owner)
           
 void setPet(String pet)
           
 void setPhone(String phone)
           
 void setTime(Date time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppointmentForm

public AppointmentForm()
Method Detail

getPhone

public String getPhone()

setPhone

public void setPhone(String phone)

getDoctor

public Long getDoctor()

setDoctor

public void setDoctor(Long doctor)

getOwner

public Long getOwner()

setOwner

public void setOwner(Long owner)

getPet

public String getPet()

setPet

public void setPet(String pet)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getTime

public Date getTime()

setTime

public void setTime(Date time)

getNotes

public String getNotes()

setNotes

public void setNotes(String notes)

createAppointment

public Appointment createAppointment()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.