Ticket #39 (new task)

Opened 5 years ago

Create Java code to be used

Reported by: ssamara2 Assigned to: adisney2
Priority: critical Milestone: EOH DEADLINE
Component: Backend Version:
Keywords: Cc: ssamara2@uiuc.edu

Description

We're doing a Library setup. We'll have a library, which has an array of books. From there we can see how many books in the library there are; see if a book is checked out or not; see the author of a book with a certain title; etc.

Class Library

  • Method getNumBooks
  • Array Books

Class Book

  • Method getTitle
  • Method setTitle
  • Method getAuthor
  • Method setAuthor
  • Method isCheckedOut

BLAH BLAH BLAH