java.lang.Object
fr.gouv.vitam.logbook.common.model.coherence.EventModel

public class EventModel extends Object
Description of the logbook event model.
  • Constructor Details

    • EventModel

      public EventModel()
      Default constructor/
    • EventModel

      public EventModel(LogbookEventType logbookEventType, String operationId, String lfcId, String evId, String evParentId, String evType, String evTypeParent, String outcome, String outDetail)
      EventModel constructor.
      Parameters:
      logbookEventType -
      operationId -
      lfcId -
      evId -
      evParentId -
      evType -
      evTypeParent -
      outcome -
      outDetail -
  • Method Details

    • getLogbookEventType

      public LogbookEventType getLogbookEventType()
    • setLogbookEventType

      public void setLogbookEventType(LogbookEventType logbookEventType)
    • getOperationId

      public String getOperationId()
    • setOperationId

      public void setOperationId(String operationId)
    • getLfcId

      public String getLfcId()
    • setLfcId

      public void setLfcId(String lfcId)
    • getEvId

      public String getEvId()
    • setEvId

      public void setEvId(String evId)
    • getEvParentId

      public String getEvParentId()
    • setEvParentId

      public void setEvParentId(String evParentId)
    • getEvType

      public String getEvType()
    • setEvType

      public void setEvType(String evType)
    • getOutcome

      public String getOutcome()
    • setOutcome

      public void setOutcome(String outcome)
    • getOutDetail

      public String getOutDetail()
    • setOutDetail

      public void setOutDetail(String outDetail)
    • getEvTypeParent

      public String getEvTypeParent()
    • setEvTypeParent

      public void setEvTypeParent(String evTypeParent)