org.hibernate.test.sql.hand
Class Product
java.lang.Object
org.hibernate.test.sql.hand.Product
public class Product
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Product
public Product()
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.