org.hibernate.test.annotations.manytomany
Class Supplier

java.lang.Object
  extended by org.hibernate.test.annotations.manytomany.Supplier

@Entity
public class Supplier
extends Object


Constructor Summary
Supplier()
           
 
Method Summary
 Integer getId()
           
 String getName()
           
 Set<Store> getSuppStores()
           
 void setId(Integer id)
           
 void setName(String name)
           
 void setSuppStores(Set<Store> suppStores)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Supplier

public Supplier()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getId

public Integer getId()

setId

public void setId(Integer id)

getSuppStores

public Set<Store> getSuppStores()

setSuppStores

public void setSuppStores(Set<Store> suppStores)


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