org.hibernate.test.annotations.generics
Class Stuff<Value>

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

@MappedSuperclass
public class Stuff<Value>
extends Object


Constructor Summary
Stuff()
           
 
Method Summary
 Value getValue()
           
 void setValue(Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stuff

public Stuff()
Method Detail

getValue

public Value getValue()

setValue

public void setValue(Value value)


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