org.hibernate.test.annotations.generics
Class Paper

java.lang.Object
  extended by org.hibernate.test.annotations.generics.Stuff<Price>
      extended by org.hibernate.test.annotations.generics.PricedStuff
          extended by org.hibernate.test.annotations.generics.Item<PaperType,SomeGuy>
              extended by org.hibernate.test.annotations.generics.Paper

@Entity
public class Paper
extends Item<PaperType,SomeGuy>


Constructor Summary
Paper()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.generics.Item
getId, getName, getOwner, getType, setId, setName, setOwner, setType
 
Methods inherited from class org.hibernate.test.annotations.generics.Stuff
getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paper

public Paper()


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