getQuantity method

int getQuantity ()

Implementation

int getQuantity() {
  return this.quantity;
}