org.hibernate.test.annotations.manytoonewithformula
Class Product

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

@Entity
public class Product
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String description
           
 Integer id
           
 String productIdnf
           
 
Constructor Summary
Product()
           
 
Method Summary
 Product getProductFamily()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Integer id

productIdnf

public String productIdnf

description

public String description
Constructor Detail

Product

public Product()
Method Detail

getProductFamily

public Product getProductFamily()


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