org.hibernate.test.annotations.manytomany
Class Store

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

@Entity
public class Store
extends Object


Constructor Summary
Store()
           
 
Method Summary
 Set<KnownClient> getCustomers()
           
 Integer getId()
           
 Set<City> getImplantedIn()
           
 String getName()
           
 Set<Supplier> getSuppliers()
           
 void setCustomers(Set<KnownClient> customers)
           
 void setId(Integer id)
           
 void setImplantedIn(Set<City> implantedIn)
           
 void setName(String name)
           
 void setSuppliers(Set<Supplier> suppliers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()
Method Detail

getImplantedIn

public Set<City> getImplantedIn()

setImplantedIn

public void setImplantedIn(Set<City> implantedIn)

getSuppliers

public Set<Supplier> getSuppliers()

setSuppliers

public void setSuppliers(Set<Supplier> suppliers)

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getCustomers

public Set<KnownClient> getCustomers()

setCustomers

public void setCustomers(Set<KnownClient> customers)


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