setHighPrice method

void setHighPrice(
  1. double d
)

Setter for _highPrice

Implementation

void setHighPrice(double d) {
  _highPrice = d;
}