setProductAmount method

void setProductAmount(
  1. double productAmount
)

Implementation

void setProductAmount(double productAmount) {
  this.productAmount = productAmount;
}