org.hibernate.test.annotations.generics
Class Item<Type,Owner>
java.lang.Object
org.hibernate.test.annotations.generics.Stuff<Price>
org.hibernate.test.annotations.generics.PricedStuff
org.hibernate.test.annotations.generics.Item<Type,Owner>
- Direct Known Subclasses:
- Paper
@MappedSuperclass
public class Item<Type,Owner>
- extends PricedStuff
|
Constructor Summary |
Item()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
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.