org.hibernate.test.sql.hand
Class Product

java.lang.Object
  extended by org.hibernate.test.sql.hand.Product

public class Product
extends Object


Nested Class Summary
static class Product.ProductId
           
 
Constructor Summary
Product()
           
 
Method Summary
 String getName()
           
 Set getOrders()
           
 Person getPerson()
           
 Product.ProductId getProductId()
           
 void setName(String product)
           
 void setOrders(Set orders)
           
 void setPerson(Person person)
           
 void setProductId(Product.ProductId orderId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()
Method Detail

getOrders

public Set getOrders()

setOrders

public void setOrders(Set orders)

getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)

getProductId

public Product.ProductId getProductId()

setProductId

public void setProductId(Product.ProductId orderId)

getName

public String getName()

setName

public void setName(String product)


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