org.hibernate.test.annotations.manytomany
Class KnownClient

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

@Entity
public class KnownClient
extends Object


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

Constructor Detail

KnownClient

public KnownClient()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getName

public String getName()

setName

public void setName(String name)

getStores

public Set<Store> getStores()

setStores

public void setStores(Set<Store> stores)


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