public static class SuperTypeTestCaseClasses.LibraryParent extends Object implements SuperTypeTestCaseClasses.Library
| Constructor and Description |
|---|
LibraryParent() |
| Modifier and Type | Method and Description |
|---|---|
List<SuperTypeTestCaseClasses.Book> |
getBooks() |
String |
getTitle() |
void |
setTitle(String title) |
public String getTitle()
getTitle in interface SuperTypeTestCaseClasses.Librarypublic void setTitle(String title)
setTitle in interface SuperTypeTestCaseClasses.Librarypublic List<SuperTypeTestCaseClasses.Book> getBooks()
getBooks in interface SuperTypeTestCaseClasses.LibraryCopyright © 2019 Glasnost. All rights reserved.