Class LogbookLifecycle
java.lang.Object
fr.gouv.vitam.common.model.logbook.LogbookEvent
fr.gouv.vitam.common.model.logbook.LogbookLifecycle
Logbook lifecycle model
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.model.logbook.LogbookEvent
AG_ID, EV_DATE_TIME, EV_DET_DATA, EV_ID, EV_ID_PROC, EV_PARENT_ID, EV_TYPE, EV_TYPE_PROC, LAST_PERSISTED_DATE, OB_ID, OUT_DETAIL, OUT_MESSG, OUTCOME, RIGHTS_STATEMENT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetEvents(List<LogbookEvent> events) voidvoidvoidsetVersion(Integer version) Methods inherited from class fr.gouv.vitam.common.model.logbook.LogbookEvent
getAgId, getEvDateTime, getEvDetData, getEvId, getEvIdProc, getEvParentId, getEvType, getEvTypeProc, getLastPersistedDate, getObId, getOutcome, getOutDetail, getOutMessg, getRightsStatementIdentifier, setAgId, setEvDateTime, setEvDetData, setEvId, setEvIdProc, setEvParentId, setEvType, setEvTypeProc, setLastPersistedDate, setObId, setOutcome, setOutDetail, setOutMessg, setRightsStatementIdentifier
-
Constructor Details
-
LogbookLifecycle
public LogbookLifecycle()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getTenant
- Returns:
- the tenant
-
setTenant
- Parameters:
tenant- the tenant to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getEvents
- Returns:
- the events
-
setEvents
- Parameters:
events- the events to set
-