Class Transaction.PurchaseDetails.Receipt

    • Constructor Detail

      • Receipt

        public Receipt()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getQuantity

        public java.math.BigDecimal getQuantity()
      • getTotal

        public java.lang.Long getTotal()
      • getUnitCost

        public java.lang.Long getUnitCost()
      • setDescription

        public void setDescription​(java.lang.String description)
      • setQuantity

        public void setQuantity​(java.math.BigDecimal quantity)
      • setTotal

        public void setTotal​(java.lang.Long total)
      • setUnitCost

        public void setUnitCost​(java.lang.Long unitCost)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object