org.springframework.osgi.samples.petclinic
Class PetType

java.lang.Object
  extended by org.springframework.osgi.samples.petclinic.BaseEntity
      extended by org.springframework.osgi.samples.petclinic.NamedEntity
          extended by org.springframework.osgi.samples.petclinic.PetType
All Implemented Interfaces:
Serializable

public class PetType
extends NamedEntity

Author:
Juergen Hoeller
See Also:
Serialized Form

Constructor Summary
PetType()
           
 
Method Summary
 
Methods inherited from class org.springframework.osgi.samples.petclinic.NamedEntity
getName, setName, toString
 
Methods inherited from class org.springframework.osgi.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 © 2006-2007 Spring Framework. All Rights Reserved.