org.hibernate.test.annotations.manytomany
Class KnownClient
java.lang.Object
org.hibernate.test.annotations.manytomany.KnownClient
@Entity
public class KnownClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnownClient
public KnownClient()
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.