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

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

public class Elephant
extends Animal

Author:
Hardy Ferentschik

Constructor Summary
Elephant()
           
 
Method Summary
 int getWeight()
           
 void setWeight(int weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Elephant

public Elephant()
Method Detail

getWeight

public int getWeight()

setWeight

public void setWeight(int weight)


Copyright © 2008-2011. All Rights Reserved.