Class OperationWithClosestPreviousOperation
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.probativevalue.pojo.OperationWithClosestPreviousOperation
-
public class OperationWithClosestPreviousOperation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OperationWithClosestPreviousOperation(LogbookOperation operation, LogbookOperation closestToReferenceOperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogbookOperation
getClosestToReferenceOperation()
LogbookOperation
getOperation()
-
-
-
Constructor Detail
-
OperationWithClosestPreviousOperation
public OperationWithClosestPreviousOperation(LogbookOperation operation, LogbookOperation closestToReferenceOperation)
-
-
Method Detail
-
getOperation
public LogbookOperation getOperation()
-
getClosestToReferenceOperation
public LogbookOperation getClosestToReferenceOperation()
-
-