org.hibernate.test.annotations.generics
Class Gene<T,STE extends Enum>
java.lang.Object
org.hibernate.test.annotations.generics.Gene<T,STE>
@Entity
public class Gene<T,STE extends Enum>
- extends Object
|
Constructor Summary |
Gene()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gene
public Gene()
getState
public STE getState()
setState
public void setState(STE state)
getId
public Integer getId()
setId
public void setId(Integer id)
getGeneticCode
public T getGeneticCode()
setGeneticCode
public void setGeneticCode(T gene)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.