org.hibernate.test.manytomany
Class Group

java.lang.Object
  extended by org.hibernate.test.manytomany.Group
All Implemented Interfaces:
Serializable

public class Group
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Group()
           
Group(String name, String org)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getOrg()
           
 Set getUsers()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setOrg(String org)
           
 void setUsers(Set users)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group(String name,
             String org)

Group

public Group()
Method Detail

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.