org.hibernate.test.annotations.generics
Class WildEntity

java.lang.Object
  extended by org.hibernate.test.annotations.generics.WildEntity
All Implemented Interfaces:
Serializable

@Entity
public class WildEntity
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WildEntity()
           
 
Method Summary
 int getId()
           
 String getProperty()
           
 void setId(int id)
           
 void setProperty(String property)
           
<T> T
someMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildEntity

public WildEntity()
Method Detail

getId

public int getId()

someMethod

public <T> T someMethod()

setId

public void setId(int id)

getProperty

public String getProperty()

setProperty

public void setProperty(String property)


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