Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()