Class EventModel
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.coherence.EventModel
-
public class EventModel extends java.lang.ObjectDescription of the logbook event model.
-
-
Constructor Summary
Constructors Constructor Description EventModel()Default constructor/EventModel(LogbookEventType logbookEventType, java.lang.String operationId, java.lang.String lfcId, java.lang.String evId, java.lang.String evParentId, java.lang.String evType, java.lang.String evTypeParent, java.lang.String outcome, java.lang.String outDetail)EventModel constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEvId()java.lang.StringgetEvParentId()java.lang.StringgetEvType()java.lang.StringgetEvTypeParent()java.lang.StringgetLfcId()LogbookEventTypegetLogbookEventType()java.lang.StringgetOperationId()java.lang.StringgetOutcome()java.lang.StringgetOutDetail()voidsetEvId(java.lang.String evId)voidsetEvParentId(java.lang.String evParentId)voidsetEvType(java.lang.String evType)voidsetEvTypeParent(java.lang.String evTypeParent)voidsetLfcId(java.lang.String lfcId)voidsetLogbookEventType(LogbookEventType logbookEventType)voidsetOperationId(java.lang.String operationId)voidsetOutcome(java.lang.String outcome)voidsetOutDetail(java.lang.String outDetail)
-
-
-
Constructor Detail
-
EventModel
public EventModel()
Default constructor/
-
EventModel
public EventModel(LogbookEventType logbookEventType, java.lang.String operationId, java.lang.String lfcId, java.lang.String evId, java.lang.String evParentId, java.lang.String evType, java.lang.String evTypeParent, java.lang.String outcome, java.lang.String outDetail)
EventModel constructor.- Parameters:
logbookEventType-operationId-lfcId-evId-evParentId-evType-evTypeParent-outcome-outDetail-
-
-
Method Detail
-
getLogbookEventType
public LogbookEventType getLogbookEventType()
-
setLogbookEventType
public void setLogbookEventType(LogbookEventType logbookEventType)
-
getOperationId
public java.lang.String getOperationId()
-
setOperationId
public void setOperationId(java.lang.String operationId)
-
getLfcId
public java.lang.String getLfcId()
-
setLfcId
public void setLfcId(java.lang.String lfcId)
-
getEvId
public java.lang.String getEvId()
-
setEvId
public void setEvId(java.lang.String evId)
-
getEvParentId
public java.lang.String getEvParentId()
-
setEvParentId
public void setEvParentId(java.lang.String evParentId)
-
getEvType
public java.lang.String getEvType()
-
setEvType
public void setEvType(java.lang.String evType)
-
getOutcome
public java.lang.String getOutcome()
-
setOutcome
public void setOutcome(java.lang.String outcome)
-
getOutDetail
public java.lang.String getOutDetail()
-
setOutDetail
public void setOutDetail(java.lang.String outDetail)
-
getEvTypeParent
public java.lang.String getEvTypeParent()
-
setEvTypeParent
public void setEvTypeParent(java.lang.String evTypeParent)
-
-