org.hibernate.test.annotations.array
Class Contest
java.lang.Object
org.hibernate.test.annotations.array.Contest
@Entity
public class Contest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Contest
public Contest()
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.