org.hibernate.jsr303.tck.tests.validation.graphnavigation
Class Zoo

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.validation.graphnavigation.Zoo

public class Zoo
extends Object

Author:
Hardy Ferentschik

Constructor Summary
Zoo()
           
 
Method Summary
 void addAnimal(Animal animal)
           
 Collection<Animal> getInhabitants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zoo

public Zoo()
Method Detail

getInhabitants

public Collection<Animal> getInhabitants()

addAnimal

public void addAnimal(Animal animal)


Copyright © 2008-2011. All Rights Reserved.