Index

A B C F G I L M R S T U 
All Classes and Interfaces|All Packages

A

add_book() - Static method in class com.library.books.Main
Adds a new book to the library.
add_book(String) - Method in class com.library.books.Book
Adds the book to the library
appendBook(String, Book) - Static method in class com.library.books.BookUtils
Adds a book to the library

B

Book - Class in com.library.books
 
Book(String, String, String, String) - Constructor for class com.library.books.Book
Constructs a new Book with the specified details.
BookUtils - Class in com.library.books
 
BookUtils() - Constructor for class com.library.books.BookUtils
 

C

com.library.books - package com.library.books
 

F

findBook(String, String) - Static method in class com.library.books.BookUtils
Finds a book in the library by name

G

get_all_books(String) - Method in class com.library.books.Book
Lists all the books in the library
getAuthor() - Method in class com.library.books.Book
Returns the value of book author
getBooks(String) - Static method in class com.library.books.BookUtils
Lists all the books in the library
getIssued() - Method in class com.library.books.Book
Returns the value of issued status
getName() - Method in class com.library.books.Book
Returns the value of book name
getVolume() - Method in class com.library.books.Book
Returns the value of book volume

I

issue_book(String) - Static method in class com.library.books.Main
Issues a book from the library.
issue_book(String, String) - Method in class com.library.books.Book
Issues the book and updates its status to "Yes"

L

list_books() - Static method in class com.library.books.Main
Lists all books in the library.

M

main(String[]) - Static method in class com.library.books.Main
The main method which is the entry point of the application.
Main - Class in com.library.books
The Main class contains the main method which serves as the entry point for the Library Book Management System.
Main() - Constructor for class com.library.books.Main
 

R

return_book(String) - Static method in class com.library.books.Main
Returns a book to the library.
return_book(String, String) - Method in class com.library.books.Book
Returns the book and updates its status to "No"

S

setAuthor(String) - Method in class com.library.books.Book
Sets the value of the book author
setIssued(String) - Method in class com.library.books.Book
Sets the value of issued status
setName(String) - Method in class com.library.books.Book
Sets the value of the book name
setVolume(String) - Method in class com.library.books.Book
Sets the value of book volume

T

toString() - Method in class com.library.books.Book
Displays the values in book object

U

updateBookStatus(String, String, String) - Static method in class com.library.books.BookUtils
Updates the issued status of the book
A B C F G I L M R S T U 
All Classes and Interfaces|All Packages