public void Calculation(int quantityNewInteger, double priceNewDouble) { setQuantity(quantityNewInteger); setPrice(priceNewDouble); calculate(); }