Class IndexingOperation
- java.lang.Object
-
- org.exoplatform.commons.search.domain.IndexingOperation
-
- All Implemented Interfaces:
Serializable
@Entity public class IndexingOperation extends Object implements Serializable
Created by The eXo Platform SAS Author : Thibault Clement tclement@exoplatform.com 7/22/15- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexingOperation()IndexingOperation(String entityId, String entityIndex, OperationType operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetEntityId()StringgetEntityIndex()LonggetId()OperationTypegetOperation()inthashCode()voidsetEntityId(String entityId)voidsetEntityIndex(String entityIndex)voidsetId(Long id)voidsetOperation(OperationType operation)
-
-
-
Constructor Detail
-
IndexingOperation
public IndexingOperation()
-
IndexingOperation
public IndexingOperation(String entityId, String entityIndex, OperationType operation)
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String entityId)
-
getEntityIndex
public String getEntityIndex()
-
setEntityIndex
public void setEntityIndex(String entityIndex)
-
getOperation
public OperationType getOperation()
-
setOperation
public void setOperation(OperationType operation)
-
-