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

java.lang.Object
  extended by fr.paris.lutece.portal.business.rbac.AdminRole
All Implemented Interfaces:
Serializable

public class AdminRole
extends Object
implements Serializable

This class describes a role used by the administration

See Also:
Serialized Form

Constructor Summary
AdminRole()
           
 
Method Summary
 String getDescription()
          Returns the role description.
 String getKey()
          Returns the role Key
 void setDescription(String strDescription)
          Sets the role description
 void setKey(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 String getKey()
Returns the role Key

Returns:
The role Key.

setKey

public void setKey(String strKey)
Sets the role key

Parameters:
strKey - The Key to set.

getDescription

public String getDescription()
Returns the role description.

Returns:
The description.

setDescription

public void setDescription(String strDescription)
Sets the role description

Parameters:
strDescription - The description to set.


Copyright © 2014 Mairie de Paris. All Rights Reserved.