Class Order

java.lang.Object
common.helper.order.Order

public class Order extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getPrice

      public Double getPrice()
    • setPrice

      public void setPrice(Double price)
    • getDiscount

      public Double getDiscount()
    • setDiscount

      public void setDiscount(Double discount)
    • getShoppingCost

      public Double getShoppingCost()
    • setShoppingCost

      public void setShoppingCost(Double shoppingCost)
    • getTotalCost

      public Double getTotalCost()
    • toString

      public String toString()
      Overrides:
      toString in class Object