Class 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 Detail

      • IndexingOperation

        public IndexingOperation()
    • 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)
      • setOperation

        public void setOperation​(OperationType operation)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object