Class LogbookOperation
java.lang.Object
fr.gouv.vitam.common.model.logbook.LogbookEvent
fr.gouv.vitam.common.model.logbook.LogbookEventOperation
fr.gouv.vitam.common.model.logbook.LogbookOperation
Logbook operation model
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Events tagstatic final String
Hash Tagstatic final String
ID Tagstatic final String
Last Persistent Datestatic final String
Tenant Tagstatic final String
Underscore tagFields 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogbookOperation
emptyWithEvDetData
(String evDetData) boolean
getId()
int
hashCode()
void
setAgIdApp
(String agIdApp) void
setEvents
(List<LogbookEventOperation> events) void
setEvIdAppSession
(String evIdAppSession) void
void
setLastPersistentDate
(String lastPersistentDate) void
Methods inherited from class fr.gouv.vitam.common.model.logbook.LogbookEventOperation
getAgIdExt, getEvIdReq, getObIdIn, getObIdReq, setAgIdExt, setEvIdReq, setObIdIn, setObIdReq
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
-
Field Details
-
TAG_ID
ID Tag- See Also:
-
TAG_TENANT
Tenant Tag- See Also:
-
TAG_LP_DATE
Last Persistent Date- See Also:
-
HASH
Hash Tag- See Also:
-
UNDERSCORE
Underscore tag- See Also:
-
EVENTS
Events tag- See Also:
-
-
Constructor Details
-
LogbookOperation
public LogbookOperation()
-
-
Method Details
-
emptyWithEvDetData
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getTenant
- Returns:
- the tenant
-
setTenant
- Parameters:
tenant
- the tenant to set
-
getEvents
- Returns:
- the events
-
setEvents
- Parameters:
events
- the events to set
-
getAgIdApp
- Returns:
- the agIdApp
-
setAgIdApp
- Parameters:
agIdApp
- the agIdApp to set
-
getEvIdAppSession
- Returns:
- the evIdAppSession
-
setEvIdAppSession
- Parameters:
evIdAppSession
- the evIdAppSession to set
-
getLastPersistentDate
-
setLastPersistentDate
-
equals
- Overrides:
equals
in classLogbookEventOperation
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLogbookEventOperation
-