org.hibernate.test.collection.backref.map.compkey
Class Product

java.lang.Object
  extended by org.hibernate.test.collection.backref.map.compkey.Product
All Implemented Interfaces:
Serializable

public class Product
extends Object
implements Serializable

Product implementation

See Also:
Serialized Form

Constructor Summary
Product()
           
Product(String name)
           
 
Method Summary
 String getName()
           
 Map getParts()
           
 void setParts(Map parts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product

public Product()

Product

public Product(String name)
Method Detail

getName

public String getName()

getParts

public Map getParts()

setParts

public void setParts(Map parts)


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