org.squashtest.csp.tm.domain.users
Class UserProjectPermissionsBean
java.lang.Object
org.squashtest.csp.tm.domain.users.UserProjectPermissionsBean
public class UserProjectPermissionsBean
- extends Object
This class represents a user and an aggregation of permissions (read, write and so on) which can be given to this
user and which have a scope of object identities.
This class is used to populate a permission table for given project
- Author:
- mpagnon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProjectPermissionsBean
public UserProjectPermissionsBean(User user,
org.squashtest.csp.core.security.acls.PermissionGroup permissionGroup)
getUser
public User getUser()
setUser
public void setUser(User user)
getPermissionGroup
public org.squashtest.csp.core.security.acls.PermissionGroup getPermissionGroup()
setPermissionGroup
public void setPermissionGroup(org.squashtest.csp.core.security.acls.PermissionGroup permissionGroup)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.