|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.Persistent
com.pmease.quickbuild.model.UserGroupRelation
This class maintains relationship between User
and Group
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 |
public UserGroupRelation()
Method Detail |
public Group getGroup()
public void setGroup(Group group)
public User getUser()
public void setUser(User user)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |