org.hibernate.jsr303.tck.tests.constraints.inheritance
Class Foo

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.constraints.inheritance.Foo
Direct Known Subclasses:
Bar

public class Foo
extends Object

Author:
Hardy Ferentschik

Constructor Summary
Foo()
           
 
Method Summary
 String getFoo()
           
 void setFoo(String foo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Foo

public Foo()
Method Detail

getFoo

public String getFoo()

setFoo

public void setFoo(String foo)


Copyright © 2008-2011. All Rights Reserved.