Class IllegalUnitTypeAttachment

java.lang.Object
fr.gouv.vitam.worker.core.plugin.reclassification.model.IllegalUnitTypeAttachment

public class IllegalUnitTypeAttachment extends Object
Pojo for storing child / parent attachment with inconsistent unit-type reference.
  • Constructor Details

    • IllegalUnitTypeAttachment

      public IllegalUnitTypeAttachment()
    • IllegalUnitTypeAttachment

      public IllegalUnitTypeAttachment(String childUnidId, UnitType childUnidType, String parentUnidId, UnitType parentUnidType)
  • Method Details

    • getChildUnidId

      public String getChildUnidId()
    • setChildUnidId

      public void setChildUnidId(String childUnidId)
    • getChildUnidType

      public UnitType getChildUnidType()
    • setChildUnidType

      public void setChildUnidType(UnitType childUnidType)
    • getParentUnidId

      public String getParentUnidId()
    • setParentUnidId

      public void setParentUnidId(String parentUnidId)
    • getParentUnidType

      public UnitType getParentUnidType()
    • setParentUnidType

      public void setParentUnidType(UnitType parentUnidType)