Example #1
0
 public void setDiscount(BigDecimal discount) {
   product.setDiscount(discount);
 }