public final class Book extends Object implements IClusterable
| Constructor and Description |
|---|
Book()
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Gets the author.
|
String |
getIsbn()
Gets the isbn.
|
String |
getTitle()
Gets the title.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setIsbn(String isbn)
Sets the isbn.
|
void |
setTitle(String title)
Sets the title.
|
public final String getAuthor()
public final void setAuthor(String author)
author - authorpublic final String getIsbn()
public final void setIsbn(String isbn)
isbn - isbnpublic final String getTitle()
public final void setTitle(String title)
title - titleCopyright © 2020. All rights reserved.