org.hibernate.test.sql.hand
Class Product.ProductId

java.lang.Object
  extended by org.hibernate.test.sql.hand.Product.ProductId
All Implemented Interfaces:
Serializable
Enclosing class:
Product

public static class Product.ProductId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Product.ProductId()
           
 
Method Summary
 String getOrgid()
           
 String getProductnumber()
           
 void setOrgid(String orgid)
           
 void setProductnumber(String ordernumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Product.ProductId

public Product.ProductId()
Method Detail

getProductnumber

public String getProductnumber()

setProductnumber

public void setProductnumber(String ordernumber)

getOrgid

public String getOrgid()

setOrgid

public void setOrgid(String orgid)


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