Class LogbookLifecycle

java.lang.Object
fr.gouv.vitam.common.model.logbook.LogbookEvent
fr.gouv.vitam.common.model.logbook.LogbookLifecycle

public class LogbookLifecycle extends LogbookEvent
Logbook lifecycle model
  • Constructor Details

    • LogbookLifecycle

      public LogbookLifecycle()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • getTenant

      public Integer getTenant()
      Returns:
      the tenant
    • setTenant

      public void setTenant(Integer tenant)
      Parameters:
      tenant - the tenant to set
    • getVersion

      public Integer getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(Integer version)
      Parameters:
      version - the version to set
    • getEvents

      public List<LogbookEvent> getEvents()
      Returns:
      the events
    • setEvents

      public void setEvents(List<LogbookEvent> events)
      Parameters:
      events - the events to set