public static class TestCaseClasses.BookImpl extends Object implements TestCaseClasses.Book
| Constructor and Description |
|---|
BookImpl(String title,
TestCaseClasses.Author author) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
TestCaseClasses.Author |
getAuthor() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
public BookImpl(String title, TestCaseClasses.Author author)
public String getTitle()
getTitle in interface TestCaseClasses.Bookpublic TestCaseClasses.Author getAuthor()
getAuthor in interface TestCaseClasses.BookCopyright © 2017 Glasnost. All Rights Reserved.