fr.paris.lutece.portal.business.rbac
Class AdminRole

java.lang.Object
  extended by fr.paris.lutece.portal.business.rbac.AdminRole

public class AdminRole
extends java.lang.Object

This class describes a role used by the administration


Constructor Summary
AdminRole()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the role description.
 java.lang.String getKey()
          Returns the role Key
 void setDescription(java.lang.String strDescription)
          Sets the role description
 void setKey(java.lang.String strKey)
          Sets the role key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminRole

public AdminRole()
Method Detail

getKey

public java.lang.String getKey()
Returns the role Key

Returns:
The role Key.

setKey

public void setKey(java.lang.String strKey)
Sets the role key

Parameters:
strKey - The Key to set.

getDescription

public java.lang.String getDescription()
Returns the role description.

Returns:
The description.

setDescription

public void setDescription(java.lang.String strDescription)
Sets the role description

Parameters:
strDescription - The description to set.


Copyright © 2009 Mairie de Paris. All Rights Reserved.