@Entity public class IndexingOperation extends Object implements Serializable
| Constructor and Description |
|---|
IndexingOperation() |
IndexingOperation(String entityId,
String entityType,
OperationType operation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEntityId() |
String |
getEntityType() |
Long |
getId() |
OperationType |
getOperation() |
int |
hashCode() |
void |
setEntityId(String entityId) |
void |
setEntityType(String entityType) |
void |
setId(Long id) |
void |
setOperation(OperationType operation) |
public IndexingOperation()
public IndexingOperation(String entityId, String entityType, OperationType operation)
public Long getId()
public void setId(Long id)
public String getEntityId()
public void setEntityId(String entityId)
public String getEntityType()
public void setEntityType(String entityType)
public OperationType getOperation()
public void setOperation(OperationType operation)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.