org.hibernate.test.batchfetch
Class Model

java.lang.Object
  extended by org.hibernate.test.batchfetch.Model

public class Model
extends Object


Constructor Summary
Model(ProductLine pl)
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 ProductLine getProductLine()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setProductLine(ProductLine productLine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model(ProductLine pl)
Method Detail

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.