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:
  • Constructor Details

    • IndexingOperation

      public IndexingOperation()
    • IndexingOperation

      public IndexingOperation(String entityId, String entityIndex, OperationType operation)
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object