org.squashtest.tm.domain.users
Class PartyProjectPermissionsBean
java.lang.Object
org.squashtest.tm.domain.users.PartyProjectPermissionsBean
public class PartyProjectPermissionsBean
- extends Object
This class represents a party and an aggregation of permissions (read, write and so on) which can be given to this
party and which have a scope of object identities.
This class is used to populate a permission table for given project
- Author:
- flaurens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartyProjectPermissionsBean
public PartyProjectPermissionsBean(Party party,
PermissionGroup permissionGroup)
getParty
public Party getParty()
setParty
public void setParty(Party party)
isTeam
public boolean isTeam()
isUser
public boolean isUser()
getPermissionGroup
public PermissionGroup getPermissionGroup()
setPermissionGroup
public void setPermissionGroup(PermissionGroup permissionGroup)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.