org.hibernate.test.annotations.generics
Class PricedStuff

java.lang.Object
  extended by org.hibernate.test.annotations.generics.Stuff<Price>
      extended by org.hibernate.test.annotations.generics.PricedStuff
Direct Known Subclasses:
Item

@MappedSuperclass
public class PricedStuff
extends Stuff<Price>


Constructor Summary
PricedStuff()
           
 
Method Summary
 
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

PricedStuff

public PricedStuff()


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