org.hibernate.test.mapcompelem
Class Item

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

public class Item
extends Object


Constructor Summary
Item(String code, Product p)
           
 
Method Summary
 String getCode()
           
 Product getProduct()
           
 void setCode(String code)
           
 void setProduct(Product product)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item(String code,
            Product p)
Method Detail

getCode

public String getCode()

setCode

public void setCode(String code)

getProduct

public Product getProduct()

setProduct

public void setProduct(Product product)


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