setQuantity method

void setQuantity(
  1. int int
)

Setter for quantity

Implementation

void setQuantity(int int) {
  _quantity = int;
}