org.hibernate.test.nonflushedchanges
Class Competition

java.lang.Object
  extended by org.hibernate.test.nonflushedchanges.Competition
All Implemented Interfaces:
Serializable

public class Competition
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Competition()
           
 
Method Summary
 List getCompetitors()
           
 Integer getId()
           
 void setCompetitors(List competitors)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Competition

public Competition()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getCompetitors

public List getCompetitors()

setCompetitors

public void setCompetitors(List competitors)


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