|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.event.ResourceEvent
public class ResourceEvent
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 |
---|
public ResourceEvent()
public ResourceEvent(java.lang.String strIdDocument, java.lang.String strTypeResource, int nIdPortlet)
strIdDocument
- the resource identifierstrTypeResource
- the type of the resourcenIdPortlet
- the portlet identifier of the resourceMethod Detail |
---|
public java.lang.String getIdResource()
public void setIdResource(java.lang.String strIdDocument)
strIdDocument
- the resource identifierpublic java.lang.String getTypeResource()
public void setTypeResource(java.lang.String indexerName)
indexerName
- the type of the resourcepublic int getIdPortlet()
public void setIdPortlet(int nIdPortlet)
nIdPortlet
- the portlet identifier of the resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |