org.hibernate.test.manytomany
Class Group
java.lang.Object
   org.hibernate.test.manytomany.Group
org.hibernate.test.manytomany.Group
- All Implemented Interfaces: 
- Serializable
- public class Group 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Group
public Group(String name,
             String org)
Group
public Group()
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
getOrg
public String getOrg()
- 
 
- 
 
setOrg
public void setOrg(String org)
- 
 
- 
 
getUsers
public Set getUsers()
- 
 
- 
 
setUsers
public void setUsers(Set users)
- 
 
- 
 
getDescription
public String getDescription()
- 
 
- 
 
setDescription
public void setDescription(String description)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.