fr.paris.lutece.plugins.calendar.service
Class AgendaResource

java.lang.Object
  extended by fr.paris.lutece.plugins.calendar.service.AgendaResource
All Implemented Interfaces:
fr.paris.lutece.portal.service.resource.Resource, fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

public class AgendaResource
extends java.lang.Object
implements fr.paris.lutece.portal.service.resource.Resource, fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource

This class describes an agenda resource


Constructor Summary
AgendaResource()
           
 
Method Summary
 Agenda getAgenda()
          Returns the Agenda
 java.lang.String getEventImage()
          Returns the EventImage
 java.lang.String getEventPrefix()
          Returns the EventPrefix
 java.lang.String getId()
          Returns the Id
 java.lang.String getLoaderClassName()
          Returns the LoaderClassName
 java.lang.String getLoaderParameter()
          Returns the LoaderParameter
 java.lang.String getName()
          Returns the Name
 java.lang.String getResourceType()
          Returns the Resource Type
 java.lang.String getRole()
          Returns the Role
 java.lang.String getRoleManager()
          Returns the Manager Role
 java.lang.String getWorkgroup()
          Returns the workgroup
static void init()
          Initialize the Agenda
 void setAgenda(Agenda agenda)
          Sets the Agenda
 void setEventImage(java.lang.String strEventImage)
          Sets the EventImage
 void setEventPrefix(java.lang.String strEventPrefix)
          Sets the EventPrefix
 void setId(java.lang.String strId)
          Sets the Id
 void setLoaderClassName(java.lang.String strLoaderClassName)
          Sets the LoaderClassName
 void setLoaderParameter(java.lang.String strLoaderParameter)
          Sets the LoaderParameter
 void setName(java.lang.String strName)
          Sets the Name
 void setResourceType(java.lang.String strResourceType)
          Sets the Resource Type
 void setRole(java.lang.String strRole)
          Sets the Role
 void setRoleManager(java.lang.String strRoleManager)
          Sets the Manager Role
 void setWorkgroup(java.lang.String strAdminWorkgroup)
          Sets the workgroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgendaResource

public AgendaResource()
Method Detail

init

public static void init()
Initialize the Agenda


getId

public java.lang.String getId()
Returns the Id

Returns:
The Id

setId

public void setId(java.lang.String strId)
Sets the Id

Parameters:
strId - The Id

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

setName

public void setName(java.lang.String strName)
Sets the Name

Parameters:
strName - The Name

getResourceType

public java.lang.String getResourceType()
Returns the Resource Type

Returns:
The Resource Type

setResourceType

public void setResourceType(java.lang.String strResourceType)
Sets the Resource Type

Parameters:
strResourceType - The Resource Type

getEventImage

public java.lang.String getEventImage()
Returns the EventImage

Returns:
The EventImage

setEventImage

public void setEventImage(java.lang.String strEventImage)
Sets the EventImage

Parameters:
strEventImage - The EventImage

getEventPrefix

public java.lang.String getEventPrefix()
Returns the EventPrefix

Returns:
The EventPrefix

setEventPrefix

public void setEventPrefix(java.lang.String strEventPrefix)
Sets the EventPrefix

Parameters:
strEventPrefix - The EventPrefix

getLoaderClassName

public java.lang.String getLoaderClassName()
Returns the LoaderClassName

Returns:
The LoaderClassName

setLoaderClassName

public void setLoaderClassName(java.lang.String strLoaderClassName)
Sets the LoaderClassName

Parameters:
strLoaderClassName - The LoaderClassName

getLoaderParameter

public java.lang.String getLoaderParameter()
Returns the LoaderParameter

Returns:
The LoaderParameter

setLoaderParameter

public void setLoaderParameter(java.lang.String strLoaderParameter)
Sets the LoaderParameter

Parameters:
strLoaderParameter - The LoaderParameter

getRole

public java.lang.String getRole()
Returns the Role

Returns:
The Role

setRole

public void setRole(java.lang.String strRole)
Sets the Role

Parameters:
strRole - The Role

getRoleManager

public java.lang.String getRoleManager()
Returns the Manager Role

Returns:
The ManagerRole

setRoleManager

public void setRoleManager(java.lang.String strRoleManager)
Sets the Manager Role

Parameters:
strRoleManager - The role of the manager of the agenda

getAgenda

public Agenda getAgenda()
Returns the Agenda

Returns:
The Agenda

setAgenda

public void setAgenda(Agenda agenda)
Sets the Agenda

Parameters:
agenda - The Agenda

getWorkgroup

public java.lang.String getWorkgroup()
Returns the workgroup

Specified by:
getWorkgroup in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Returns:
The workgroup

setWorkgroup

public void setWorkgroup(java.lang.String strAdminWorkgroup)
Sets the workgroup

Parameters:
strAdminWorkgroup - The string representation of the admin workgroup


Copyright © 2008 Mairie de Paris. All Rights Reserved.