Package fr.gouv.vitam.common.model.unit
Class ArchiveUnitRoot
- java.lang.Object
-
- fr.gouv.vitam.common.model.unit.ArchiveUnitRoot
-
public class ArchiveUnitRoot extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArchiveUnitRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArchiveUnitInternalModel
getArchiveUnit()
java.util.List<LogbookEvent>
getLogbookLifeCycleExternal()
void
setLogbookLifeCycleExternal(java.util.List<LogbookEvent> logbookLifeCycleExternal)
-
-
-
Method Detail
-
getArchiveUnit
public ArchiveUnitInternalModel getArchiveUnit()
-
getLogbookLifeCycleExternal
public java.util.List<LogbookEvent> getLogbookLifeCycleExternal()
-
setLogbookLifeCycleExternal
public void setLogbookLifeCycleExternal(java.util.List<LogbookEvent> logbookLifeCycleExternal)
-
-