In your setProductInfo() method, you are creating a new Product object and setting those values, instead of modifying the "this" Product (the "this" Product is the instance of Product which the...