fr.paris.lutece.portal.business.group
Class Group

java.lang.Object
  extended by fr.paris.lutece.portal.business.group.Group
All Implemented Interfaces:
RBACResource

public class Group
extends java.lang.Object
implements RBACResource

This class represents business objects group


Field Summary
static java.lang.String RESOURCE_TYPE
           
 
Constructor Summary
Group()
           
 
Method Summary
 java.lang.String getGroupDescription()
          Gets the group description
 java.lang.String getGroupKey()
          Gets the group key
 java.lang.String getResourceId()
          RBAC resource implmentation
 java.lang.String getResourceTypeCode()
          RBAC resource implmentation
static void init()
          Initialize the Group
 void setGroupDescription(java.lang.String strGroupDescription)
          Sets the group description
 void setGroupKey(java.lang.String strGroupKey)
          Sets the group key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final java.lang.String RESOURCE_TYPE
See Also:
Constant Field Values
Constructor Detail

Group

public Group()
Method Detail

init

public static void init()
Initialize the Group


getGroupKey

public java.lang.String getGroupKey()
Gets the group key

Returns:
the group key

setGroupKey

public void setGroupKey(java.lang.String strGroupKey)
Sets the group key

Parameters:
strGroupKey - the group key

getGroupDescription

public java.lang.String getGroupDescription()
Gets the group description

Returns:
the group description

setGroupDescription

public void setGroupDescription(java.lang.String strGroupDescription)
Sets the group description

Parameters:
strGroupDescription - the group description

getResourceTypeCode

public java.lang.String getResourceTypeCode()
RBAC resource implmentation

Specified by:
getResourceTypeCode in interface RBACResource
Returns:
The resource type code

getResourceId

public java.lang.String getResourceId()
RBAC resource implmentation

Specified by:
getResourceId in interface RBACResource
Returns:
The resourceId


Copyright © 2009 Mairie de Paris. All Rights Reserved.