fr.paris.lutece.portal.business.indexeraction
Class IndexerAction

java.lang.Object
  extended by fr.paris.lutece.portal.business.indexeraction.IndexerAction

public class IndexerAction
extends java.lang.Object

IndexerAction


Field Summary
static int TASK_CREATE
           
static int TASK_DELETE
           
static int TASK_MODIFY
           
 
Constructor Summary
IndexerAction()
           
 
Method Summary
 int getIdAction()
           
 java.lang.String getIdDocument()
           
 int getIdPortlet()
           
 int getIdTask()
          get the task id
 java.lang.String getIndexerName()
           
 void setIdAction(int idAction)
          set the action id
 void setIdDocument(java.lang.String strIdDocument)
          set the DocumentId
 void setIdPortlet(int idPortlet)
          set the portlet id
 void setIdTask(int idTask)
          set the task id
 void setIndexerName(java.lang.String indexerName)
          set the indexer name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TASK_CREATE

public static final int TASK_CREATE
See Also:
Constant Field Values

TASK_MODIFY

public static final int TASK_MODIFY
See Also:
Constant Field Values

TASK_DELETE

public static final int TASK_DELETE
See Also:
Constant Field Values
Constructor Detail

IndexerAction

public IndexerAction()
Method Detail

getIndexerName

public java.lang.String getIndexerName()
Returns:
the indexer name

setIndexerName

public void setIndexerName(java.lang.String indexerName)
set the indexer name

Parameters:
indexerName - the indexer name

getIdAction

public int getIdAction()
Returns:
the action id

setIdAction

public void setIdAction(int idAction)
set the action id

Parameters:
idAction - idAction

getIdPortlet

public int getIdPortlet()
Returns:
the portlet id

setIdPortlet

public void setIdPortlet(int idPortlet)
set the portlet id

Parameters:
idPortlet - the portlet id

getIdDocument

public java.lang.String getIdDocument()
Returns:
the document Id

setIdDocument

public void setIdDocument(java.lang.String strIdDocument)
set the DocumentId

Parameters:
strIdDocument - document id

getIdTask

public int getIdTask()
get the task id

Returns:
the task id

setIdTask

public void setIdTask(int idTask)
set the task id

Parameters:
idTask - the task id


Copyright © 2012 Mairie de Paris. All Rights Reserved.