|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.indexeraction.IndexerAction
public class IndexerAction
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 |
---|
public static final int TASK_CREATE
public static final int TASK_MODIFY
public static final int TASK_DELETE
Constructor Detail |
---|
public IndexerAction()
Method Detail |
---|
public java.lang.String getIndexerName()
public void setIndexerName(java.lang.String indexerName)
indexerName
- the indexer namepublic int getIdAction()
public void setIdAction(int idAction)
idAction
- idActionpublic int getIdPortlet()
public void setIdPortlet(int idPortlet)
idPortlet
- the portlet idpublic java.lang.String getIdDocument()
public void setIdDocument(java.lang.String strIdDocument)
strIdDocument
- document idpublic int getIdTask()
public void setIdTask(int idTask)
idTask
- the task id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |