org.hibernate.test.annotations.generics
Class Item<Type,Owner>

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<Type,Owner>
Direct Known Subclasses:
Paper

@MappedSuperclass
public class Item<Type,Owner>
extends PricedStuff


Constructor Summary
Item()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 Owner getOwner()
           
 Type getType()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setOwner(Owner owner)
           
 void setType(Type type)
           
 
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

Item

public Item()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getType

public Type getType()

setType

public void setType(Type type)

getOwner

public Owner getOwner()

setOwner

public void setOwner(Owner owner)


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