Beispiel #1
0
 public BigDecimal computeAmount() {
   this.amount = product.getPrice().multiply(new BigDecimal(quantity));
   return this.amount;
 }