Class LogbookEvent

java.lang.Object
fr.gouv.vitam.common.model.logbook.LogbookEvent
Direct Known Subclasses:
LogbookEventOperation, LogbookLifecycle

public class LogbookEvent extends Object
Logbook Common event model
  • Field Details

  • Constructor Details

    • LogbookEvent

      public LogbookEvent()
  • Method Details

    • getEvId

      public String getEvId()
      Returns:
      the evId
    • setEvId

      public void setEvId(String evId)
      Parameters:
      evId - the evId to set
    • getEvParentId

      public String getEvParentId()
      Returns:
      the evParentId
    • setEvParentId

      public void setEvParentId(String evParentId)
      Parameters:
      evParentId - the evParentId to set
    • getEvType

      public String getEvType()
      Returns:
      the evType
    • setEvType

      public void setEvType(String evType)
      Parameters:
      evType - the evType to set
    • getEvDateTime

      public String getEvDateTime()
      Returns:
      the evDateTime
    • setEvDateTime

      public void setEvDateTime(String evDateTime)
      Parameters:
      evDateTime - the evDateTime to set
    • getEvIdProc

      public String getEvIdProc()
      Returns:
      the evIdProc
    • setEvIdProc

      public void setEvIdProc(String evIdProc)
      Parameters:
      evIdProc - the evIdProc to set
    • getEvTypeProc

      public String getEvTypeProc()
      Returns:
      the evTypeProc
    • setEvTypeProc

      public void setEvTypeProc(String evTypeProc)
      Parameters:
      evTypeProc - the evTypeProc to set
    • getOutcome

      public String getOutcome()
      Returns:
      the outcome
    • setOutcome

      public void setOutcome(String outcome)
      Parameters:
      outcome - the outcome to set
    • getOutDetail

      public String getOutDetail()
      Returns:
      the outDetail
    • setOutDetail

      public void setOutDetail(String outDetail)
      Parameters:
      outDetail - the outDetail to set
    • getOutMessg

      public String getOutMessg()
      Returns:
      the outMessg
    • setOutMessg

      public void setOutMessg(String outMessg)
      Parameters:
      outMessg - the outMessg to set
    • getAgId

      public String getAgId()
      Returns:
      the agId
    • setAgId

      public void setAgId(String agId)
      Parameters:
      agId - the agId to set
    • getObId

      public String getObId()
      Returns:
      the obId
    • setObId

      public void setObId(String obId)
      Parameters:
      obId - the obId to set
    • getEvDetData

      public String getEvDetData()
      Returns:
      the evDetData
    • setEvDetData

      public void setEvDetData(String evDetData)
      Parameters:
      evDetData - the evDetData to set
    • getRightsStatementIdentifier

      public String getRightsStatementIdentifier()
      Rights statement Identifier
      Returns:
      rightsStatementIdentifier
    • setRightsStatementIdentifier

      public void setRightsStatementIdentifier(String rightsStatementIdentifier)
      Rights statement Identifier
      Parameters:
      rightsStatementIdentifier -
    • getLastPersistedDate

      public String getLastPersistedDate()
    • setLastPersistedDate

      public void setLastPersistedDate(String lastPersistedDate)