org.hibernate.test.batchfetch
Class Model
java.lang.Object
   org.hibernate.test.batchfetch.Model
org.hibernate.test.batchfetch.Model
- public class Model 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Model
public Model(ProductLine pl)
getDescription
public String getDescription()
- 
 
setDescription
public void setDescription(String description)
- 
 
getId
public String getId()
- 
 
setId
public void setId(String id)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getProductLine
public ProductLine getProductLine()
- 
 
setProductLine
public void setProductLine(ProductLine productLine)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.