Class IllegalUnitTypeAttachment
java.lang.Object
fr.gouv.vitam.worker.core.plugin.reclassification.model.IllegalUnitTypeAttachment
Pojo for storing child / parent attachment with inconsistent unit-type reference.
-
Constructor Summary
ConstructorDescriptionIllegalUnitTypeAttachment
(String childUnidId, UnitType childUnidType, String parentUnidId, UnitType parentUnidType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setChildUnidId
(String childUnidId) void
setChildUnidType
(UnitType childUnidType) void
setParentUnidId
(String parentUnidId) void
setParentUnidType
(UnitType parentUnidType)
-
Constructor Details
-
IllegalUnitTypeAttachment
public IllegalUnitTypeAttachment() -
IllegalUnitTypeAttachment
-
-
Method Details
-
getChildUnidId
-
setChildUnidId
-
getChildUnidType
-
setChildUnidType
-
getParentUnidId
-
setParentUnidId
-
getParentUnidType
-
setParentUnidType
-