com.pmease.quickbuild.model
Class UserGroupRelationFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.UserGroupRelationFacade

public class UserGroupRelationFacade
extends java.lang.Object

Facade class for UserGroupRelation. This class maintains relationship between User and Group


Constructor Summary
UserGroupRelationFacade()
           
 
Method Summary
 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 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

UserGroupRelationFacade

public UserGroupRelationFacade()
Method Detail

getGroup

public java.lang.Long getGroup()
Get group of this relation.


setGroup

public void setGroup(java.lang.Long group)

getUser

public java.lang.Long getUser()
Specify User of this relation.


setUser

public void setUser(java.lang.Long user)

getId

public java.lang.Long getId()
Get identifer of this object.


setId

public void setId(java.lang.Long id)


Copyright © 2005 PMEase Inc. All Rights Reserved.