- get(String) - Method in class libsys.Settings
-
Get the value associated to the field name
- getBook(int) - Method in class libsys.BookFactory
-
Looks for a Book with the given id
- getBook(String) - Method in class libsys.BookFactory
-
Linear search through the array list for Book with the given Title
- getBooksFilename() - Method in class libsys.SettingsDialog
-
Get the new Books file name
- getDueDate() - Method in class libsys.Book
-
Returns the due date of the Book
- getId() - Method in class libsys.Book
-
Returns the id of the Book
- getId() - Method in class libsys.User
-
Gets id of this User
- getKey(int) - Method in class libsys.Settings
-
Get the field name from that specific location in the array list
- getLimit() - Method in class libsys.NewUserDialog
-
Get the limit of the new User
- getLimit() - Method in class libsys.User
-
Gets limit of Book this User can borrow
- getName() - Method in class libsys.NewUserDialog
-
Get the name of the new User
- getName() - Method in class libsys.User
-
Gets name of this User
- getNewLimit() - Method in class libsys.EditUserDialog
-
Returns the limit from the limitTxtField
- getNewName() - Method in class libsys.EditBookDialog
-
Returns the name from the nameTxtField
- getNewName() - Method in class libsys.EditUserDialog
-
Returns the name from the nameTxtField
- getReturnStatus() - Method in class libsys.EditBookDialog
-
Returns if the user selected "Save" or "Cancel"
- getReturnStatus() - Method in class libsys.EditUserDialog
-
Returns if the user selected "Save" or "Cancel"
- getReturnStatus() - Method in class libsys.NewBookDialog
-
Get the return status
- getReturnStatus() - Method in class libsys.NewUserDialog
-
Get the return status
- getReturnStatus() - Method in class libsys.RentDialog
-
Get the return status
- getReturnStatus() - Method in class libsys.ReturnDialog
-
Get the return status
- getReturnStatus() - Method in class libsys.SettingsDialog
-
Get the return status
- getStatus() - Method in class libsys.Book
-
Returns the status of the Book
- getStatus() - Method in class libsys.NewBookDialog
-
Get the status of the new Book
- getTitle() - Method in class libsys.Book
-
Returns the title of the Book
- getTitle() - Method in class libsys.NewBookDialog
-
Get the name of the new Book
- getTitle() - Method in class libsys.SettingsDialog
-
Get the new title for the MainGUi
- getUser(String) - Method in class libsys.UserFactory
-
Looks for the User with the given name
- getUser(int) - Method in class libsys.UserFactory
-
Looks for a User with the given id
- getUsersFilename() - Method in class libsys.SettingsDialog
-
Get the new Users file name
- givenBookId - Variable in class libsys.RentDialog
-
- givenBookId - Variable in class libsys.ReturnDialog
-