Class ReclassificationOrders
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.reclassification.model.ReclassificationOrders
-
public class ReclassificationOrders extends java.lang.Object
Pojo class for reclassification orders
-
-
Constructor Summary
Constructors Constructor Description ReclassificationOrders(org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> childToParentAttachments, org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> childToParentDetachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String>
getChildToParentAttachments()
org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String>
getChildToParentDetachments()
-
-
-
Constructor Detail
-
ReclassificationOrders
public ReclassificationOrders(org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> childToParentAttachments, org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> childToParentDetachments)
-
-
Method Detail
-
getChildToParentAttachments
public org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> getChildToParentAttachments()
-
getChildToParentDetachments
public org.apache.commons.collections4.multimap.HashSetValuedHashMap<java.lang.String,java.lang.String> getChildToParentDetachments()
-
-