org.squashtest.tm.security.acls
Class PermissionGroup

java.lang.Object
  extended by org.squashtest.tm.security.acls.PermissionGroup

public class PermissionGroup
extends Object

This class represents an agregation of permissions (read, write and so on) which can be given to a user and which have a scope of object identities.

Author:
Gregory Fouquet

Constructor Summary
PermissionGroup(long id, String qualifiedName)
           
 
Method Summary
 void calculateSimpleName()
           
 long getId()
           
 String getQualifiedName()
           
 String getSimpleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionGroup

public PermissionGroup(long id,
                       String qualifiedName)
Method Detail

getQualifiedName

public String getQualifiedName()

getId

public long getId()

getSimpleName

public String getSimpleName()

calculateSimpleName

public void calculateSimpleName()


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.