public static interface SuperTypeTestCaseClasses.Book
| Modifier and Type | Method and Description |
|---|---|
SuperTypeTestCaseClasses.Author |
getAuthor() |
String |
getTitle() |
void |
setAuthor(SuperTypeTestCaseClasses.Author author) |
void |
setTitle(String title) |
String getTitle()
void setTitle(String title)
SuperTypeTestCaseClasses.Author getAuthor()
void setAuthor(SuperTypeTestCaseClasses.Author author)
Copyright © 2017 Glasnost. All Rights Reserved.