Class OrderEntryCancelForm


  • public class OrderEntryCancelForm
    extends java.lang.Object
    A Form object that is presented on the cancel and confirm cancel page on the store front
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Integer,​java.lang.Integer> getCancelEntryQuantityMap()  
      void setCancelEntryQuantityMap​(java.util.Map<java.lang.Integer,​java.lang.Integer> cancelEntryQuantityMap)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OrderEntryCancelForm

        public OrderEntryCancelForm()
    • Method Detail

      • getCancelEntryQuantityMap

        public java.util.Map<java.lang.Integer,​java.lang.Integer> getCancelEntryQuantityMap()
      • setCancelEntryQuantityMap

        public void setCancelEntryQuantityMap​(java.util.Map<java.lang.Integer,​java.lang.Integer> cancelEntryQuantityMap)