org.hibernate.test.annotations.collectionelement
Class Products

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.Products

@Entity
public class Products
extends Object


Constructor Summary
Products()
           
 
Method Summary
 Integer getId()
           
 Set<Widgets> getWidgets()
           
 void setId(Integer id)
           
 void setWidgets(Set<Widgets> widgets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Products

public Products()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getWidgets

public Set<Widgets> getWidgets()

setWidgets

public void setWidgets(Set<Widgets> widgets)


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