org.springframework.samples.petclinic.owners.pets
Class Pet

java.lang.Object
  extended by org.springframework.samples.petclinic.owners.pets.Pet

public class Pet
extends Object


Constructor Summary
Pet()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pet

public Pet()
Method Detail

getName

public String getName()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.