org.hibernate.test.joinfetch
Class Item
java.lang.Object
org.hibernate.test.joinfetch.Item
public class Item
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item(Category cat,
String desc)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getId
public Long getId()
setId
public void setId(Long id)
getBids
public Set getBids()
setBids
public void setBids(Set bids)
getComments
public Set getComments()
setComments
public void setComments(Set comments)
getCategory
public Category getCategory()
setCategory
public void setCategory(Category category)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.