public class ResourceEvent extends Object
Constructor and Description |
---|
ResourceEvent()
default constructor
|
ResourceEvent(String strIdDocument,
String strTypeResource,
int nIdPortlet)
Constructor with fields
|
Modifier and Type | Method and Description |
---|---|
int |
getIdPortlet()
Gets the portlet identifier of the resource
|
String |
getIdResource()
Gets the resource identifier
|
IEventParam<?> |
getParam()
Gets the event param
|
String |
getTypeResource()
Gets the type of the resource
|
void |
setIdPortlet(int nIdPortlet)
Sets the portlet identifier of the resource
|
void |
setIdResource(String strIdDocument)
Sets the resource identifier
|
void |
setParam(IEventParam<?> param)
Sets the event Param.
|
void |
setTypeResource(String indexerName)
Sets the type of the resource
|
public String getIdResource()
public void setIdResource(String strIdDocument)
strIdDocument
- the resource identifierpublic String getTypeResource()
public void setTypeResource(String indexerName)
indexerName
- the type of the resourcepublic int getIdPortlet()
public void setIdPortlet(int nIdPortlet)
nIdPortlet
- the portlet identifier of the resourcepublic void setParam(IEventParam<?> param)
param
- public IEventParam<?> getParam()
Copyright © 2020 City of Paris. All rights reserved.