setLowPrice method

void setLowPrice(
  1. double d
)

Setter for _lowPrice

Implementation

void setLowPrice(double d) {
  _lowPrice = d;
}