Class EventModel
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.model.coherence.EventModel
-
public class EventModel extends java.lang.Object
Description 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.String
getEvId()
java.lang.String
getEvParentId()
java.lang.String
getEvType()
java.lang.String
getEvTypeParent()
java.lang.String
getLfcId()
LogbookEventType
getLogbookEventType()
java.lang.String
getOperationId()
java.lang.String
getOutcome()
java.lang.String
getOutDetail()
void
setEvId(java.lang.String evId)
void
setEvParentId(java.lang.String evParentId)
void
setEvType(java.lang.String evType)
void
setEvTypeParent(java.lang.String evTypeParent)
void
setLfcId(java.lang.String lfcId)
void
setLogbookEventType(LogbookEventType logbookEventType)
void
setOperationId(java.lang.String operationId)
void
setOutcome(java.lang.String outcome)
void
setOutDetail(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)
-
-