|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.model.UserGroupRelationFacade
Facade class for UserGroupRelation.
This class maintains relationship between User
and Group
Constructor Summary | |
UserGroupRelationFacade()
|
Method Summary | |
int |
getEntityVersion()
|
java.lang.Long |
getGroup()
Get group of this relation. |
java.lang.Long |
getId()
Get identifer of this object. |
java.lang.Long |
getUser()
Specify User of this relation. |
void |
setEntityVersion(int entityVersion)
|
void |
setGroup(java.lang.Long group)
|
void |
setId(java.lang.Long id)
|
void |
setUser(java.lang.Long user)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserGroupRelationFacade()
Method Detail |
public java.lang.Long getGroup()
public void setGroup(java.lang.Long group)
public java.lang.Long getUser()
public void setUser(java.lang.Long user)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public int getEntityVersion()
public void setEntityVersion(int entityVersion)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |