org.springframework.samples.petclinic
Class Specialty

java.lang.Object
  extended by org.springframework.samples.petclinic.BaseEntity
      extended by org.springframework.samples.petclinic.NamedEntity
          extended by org.springframework.samples.petclinic.Specialty

public class Specialty
extends NamedEntity

Models a Vet's specialty (for example, dentistry).

Author:
Juergen Hoeller

Constructor Summary
Specialty()
           
 
Method Summary
 
Methods inherited from class org.springframework.samples.petclinic.NamedEntity
getName, setName, toString
 
Methods inherited from class org.springframework.samples.petclinic.BaseEntity
getId, isNew, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Specialty

public Specialty()


Copyright © 2010. All Rights Reserved.