Class ReclassificationOrders

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

public class ReclassificationOrders extends Object
Pojo class for reclassification orders
  • Constructor Details

    • ReclassificationOrders

      public ReclassificationOrders(org.apache.commons.collections4.multimap.HashSetValuedHashMap<String,String> childToParentAttachments, org.apache.commons.collections4.multimap.HashSetValuedHashMap<String,String> childToParentDetachments)
  • Method Details

    • getChildToParentAttachments

      public org.apache.commons.collections4.multimap.HashSetValuedHashMap<String,String> getChildToParentAttachments()
    • getChildToParentDetachments

      public org.apache.commons.collections4.multimap.HashSetValuedHashMap<String,String> getChildToParentDetachments()