org.springframework.samples.petclinic
Class PetType

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

public class PetType
extends NamedEntity

Author:
Juergen Hoeller

Constructor Summary
PetType()
           
 
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

PetType

public PetType()


Copyright © 2010. All Rights Reserved.