Given the following declaration for the RetailItem, create t…
Given the following declaration for the RetailItem, create the setter for number of units on hand variable: public class RetailItem{ private String description; // Item description private int unitsOnHand; // Number of units on hand private double price; // Unit price