org.hibernate.test.batchfetch
Class ProductLine

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

public class ProductLine
extends Object


Constructor Summary
ProductLine()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 Set getModels()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setModels(Set models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductLine

public ProductLine()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getId

public String getId()

setId

public void setId(String id)

getModels

public Set getModels()

setModels

public void setModels(Set models)


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