org.hibernate.test.annotations.array
Class Competitor

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

@Entity
public class Competitor
extends Object


Constructor Summary
Competitor()
           
 
Method Summary
 int getId()
           
 String getName()
           
 void setId(int id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Competitor

public Competitor()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getId

public int getId()

setId

public void setId(int id)


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