org.hibernate.test.annotations.onetomany
Class Manufacturer

java.lang.Object
  extended by org.hibernate.test.annotations.onetomany.Manufacturer

public class Manufacturer
extends Object


Constructor Summary
Manufacturer()
           
 
Method Summary
 Integer getId()
           
 Set<Model> getModels()
           
 void setId(Integer id)
           
 void setModels(Set<Model> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manufacturer

public Manufacturer()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getModels

public Set<Model> getModels()

setModels

public void setModels(Set<Model> models)


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