fr.paris.lutece.portal.business.event
Class ResourceEvent

java.lang.Object
  extended by fr.paris.lutece.portal.business.event.ResourceEvent

public class ResourceEvent
extends java.lang.Object

ResourceEvent


Constructor Summary
ResourceEvent()
          default constructor
ResourceEvent(java.lang.String strIdDocument, java.lang.String strTypeResource, int nIdPortlet)
          Constructor with fields
 
Method Summary
 int getIdPortlet()
          Gets the portlet identifier of the resource
 java.lang.String getIdResource()
          Gets the resource identifier
 java.lang.String getTypeResource()
          Gets the type of the resource
 void setIdPortlet(int nIdPortlet)
          Sets the portlet identifier of the resource
 void setIdResource(java.lang.String strIdDocument)
          Sets the resource identifier
 void setTypeResource(java.lang.String indexerName)
          Sets the type of the resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceEvent

public ResourceEvent()
default constructor


ResourceEvent

public ResourceEvent(java.lang.String strIdDocument,
                     java.lang.String strTypeResource,
                     int nIdPortlet)
Constructor with fields

Parameters:
strIdDocument - the resource identifier
strTypeResource - the type of the resource
nIdPortlet - the portlet identifier of the resource
Method Detail

getIdResource

public java.lang.String getIdResource()
Gets the resource identifier

Returns:
the resource identifier

setIdResource

public void setIdResource(java.lang.String strIdDocument)
Sets the resource identifier

Parameters:
strIdDocument - the resource identifier

getTypeResource

public java.lang.String getTypeResource()
Gets the type of the resource

Returns:
the type of the resource

setTypeResource

public void setTypeResource(java.lang.String indexerName)
Sets the type of the resource

Parameters:
indexerName - the type of the resource

getIdPortlet

public int getIdPortlet()
Gets the portlet identifier of the resource

Returns:
the portlet identifier of the resource

setIdPortlet

public void setIdPortlet(int nIdPortlet)
Sets the portlet identifier of the resource

Parameters:
nIdPortlet - the portlet identifier of the resource


Copyright © 2011 Mairie de Paris. All Rights Reserved.