public static class SuperTypeTestCaseClasses.BookParent extends Object implements SuperTypeTestCaseClasses.Book
| Constructor and Description |
|---|
BookParent() |
| Modifier and Type | Method and Description |
|---|---|
SuperTypeTestCaseClasses.Author |
getAuthor() |
String |
getTitle() |
void |
setAuthor(SuperTypeTestCaseClasses.Author author) |
void |
setTitle(String title) |
public String getTitle()
getTitle in interface SuperTypeTestCaseClasses.Bookpublic void setTitle(String title)
setTitle in interface SuperTypeTestCaseClasses.Bookpublic SuperTypeTestCaseClasses.Author getAuthor()
getAuthor in interface SuperTypeTestCaseClasses.Bookpublic void setAuthor(SuperTypeTestCaseClasses.Author author)
setAuthor in interface SuperTypeTestCaseClasses.BookCopyright © 2019 Glasnost. All rights reserved.