org.hibernate.test.criteria
Class Bar

java.lang.Object
  extended by org.hibernate.test.criteria.Bar

public class Bar
extends Object


Constructor Summary
Bar()
           
 
Method Summary
 Integer getId()
           
 AbstractFoo getMyFoo()
           
 void setId(Integer id)
           
 void setMyFoo(AbstractFoo myFoo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getMyFoo

public AbstractFoo getMyFoo()

setMyFoo

public void setMyFoo(AbstractFoo myFoo)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.