Package com.example.restapi.model
Class Book
java.lang.Object
com.example.restapi.model.Book
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
title
-
author
-
user
-
-
Constructor Details
-
Book
public Book() -
Book
-
-
Method Details
-
getId
-
setId
-
getTitle
-
setTitle
-
getAuthor
-
setAuthor
-
getBorrower
-
setBorrower
-