getProductName method

String getProductName()

Implementation

String getProductName() {
  return this.productName;
}