org.hibernate.test.joinfetch
Class Item

java.lang.Object
  extended by org.hibernate.test.joinfetch.Item

public class Item
extends Object


Constructor Summary
Item(Category cat, String desc)
           
 
Method Summary
 Set getBids()
           
 Category getCategory()
           
 Set getComments()
           
 String getDescription()
           
 Long getId()
           
 void setBids(Set bids)
           
 void setCategory(Category category)
           
 void setComments(Set comments)
           
 void setDescription(String description)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item(Category cat,
            String desc)
Method Detail

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.