org.hibernate.test.annotations.array
Class Contest

java.lang.Object
  extended by org.hibernate.test.annotations.array.Contest

@Entity
public class Contest
extends Object


Nested Class Summary
static class Contest.Month
           
 
Constructor Summary
Contest()
           
 
Method Summary
 Contest.Month[] getHeldIn()
           
 int getId()
           
 Competitor[] getResults()
           
 void setHeldIn(Contest.Month[] heldIn)
           
 void setId(int id)
           
 void setResults(Competitor[] results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contest

public Contest()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getResults

public Competitor[] getResults()

setResults

public void setResults(Competitor[] results)

getHeldIn

public Contest.Month[] getHeldIn()

setHeldIn

public void setHeldIn(Contest.Month[] heldIn)


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