Design a class named Book that holds a stock number, author, title, price, and number of pages for a book. Include methods to set and get the values for each data ? eld. Also include a di spl ayInfo() method that displays each of the Book's data ? elds with explanations.