Class UpdateQuantityForm


  • public class UpdateQuantityForm
    extends java.lang.Object
    Form for validating update field on cart page.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getQuantity()  
      void setQuantity​(java.lang.Long quantity)  
      • Methods inherited from class java.lang.Object

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

      • UpdateQuantityForm

        public UpdateQuantityForm()
    • Method Detail

      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
      • getQuantity

        public java.lang.Long getQuantity()