setQuantity method

void setQuantity(
  1. int int
)

Implementation

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