org.hibernate.test.orphan
Class Product

java.lang.Object
  extended by org.hibernate.test.orphan.Product
All Implemented Interfaces:
Serializable

public class Product
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Product()
           
 
Method Summary
 String getName()
           
 Set getParts()
           
 void setName(String name)
           
 void setParts(Set parts)
           
 
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

getName

public String getName()

setName

public void setName(String name)

getParts

public Set getParts()

setParts

public void setParts(Set parts)


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