com.pmease.quickbuild.model
Class UserGroupRelation

java.lang.Object
  extended bycom.pmease.quickbuild.model.Persistent
      extended bycom.pmease.quickbuild.model.UserGroupRelation

public class UserGroupRelation
extends Persistent

This class maintains relationship between User and Group

Author:
robin shine

Constructor Summary
UserGroupRelation()
           
 
Method Summary
 Group getGroup()
          Get group of this relation.
 User getUser()
          Specify User of this relation.
 void setGroup(Group group)
           
 void setUser(User user)
           
 
Methods inherited from class com.pmease.quickbuild.model.Persistent
equals, getEntityVersion, getId, hashCode, setEntityVersion, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRelation

public UserGroupRelation()
Method Detail

getGroup

public Group getGroup()
Get group of this relation.

Returns:

setGroup

public void setGroup(Group group)

getUser

public User getUser()
Specify User of this relation.

Returns:

setUser

public void setUser(User user)


Copyright © 2005 PMEase Inc. All Rights Reserved.