org.hibernate.test.annotations.entity
Class Race
java.lang.Object
   org.hibernate.test.annotations.entity.Race
org.hibernate.test.annotations.entity.Race
- All Implemented Interfaces: 
- Length<Long>
- @Entity
public class Race 
- extends Object- implements Length<Long>
| Constructor Summary | 
| Race()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Race
public Race()
getId
public Integer getId()
- 
 
- 
 
setId
public void setId(Integer id)
- 
 
- 
 
getLength
public Long getLength()
- 
- Specified by:
- getLengthin interface- Length<Long>
 
- 
 
setLength
public void setLength(Long length)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.