public static class TestCaseClasses.LibraryNested extends Object
| Constructor and Description |
|---|
LibraryNested(String title,
List<TestCaseClasses.BookNested> books) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<TestCaseClasses.BookNested> |
getBooks() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
public LibraryNested(String title, List<TestCaseClasses.BookNested> books)
public String getTitle()
public List<TestCaseClasses.BookNested> getBooks()
Copyright © 2017 Glasnost. All Rights Reserved.