Design a class named Automobile that holds the vehicle identification number, make, model, and color of an automobile. Include methods to set values for each data field, and include a method that displays all the values for each field. Create the class diagram and write the pseudocode that defines the class.