A C D E F G H I L M P R S T V

I

isCheckedOut() - Method in class librarytest.Item
 
isClockedIn() - Method in class librarytest.Employee
Indicates if employee is currently working or not
Item - Class in librarytest
Formerly the Book class Item has data elements: ISBN (10 digits), title (string), type (enum),publisher (string), page information (how many pages) (integer), price (float), publication year (integer), checked out status (boolean) false=available, true=checked-out, Patron ID who checked out the item (int), due date (use LibraryDate class).
Item() - Constructor for class librarytest.Item
 
Item(double, String, ItemType, String, int, double, int, boolean, int, LibraryDate) - Constructor for class librarytest.Item
 
ItemType - Enum in librarytest
Has possible values of TEXTBOOK, MAGAZINE, JOURNAL, NEWSPAPER, NOVEL, DVD, AUDIOCD, OTHER

A C D E F G H I L M P R S T V