org.hibernate.test.mapcompelem
Class Product

java.lang.Object
  extended by org.hibernate.test.mapcompelem.Product

public class Product
extends Object


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

Constructor Detail

Product

public Product(String n)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getParts

public Map getParts()

setParts

public void setParts(Map users)


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