public static class TestCaseClasses.BookNested extends Object
| Constructor and Description |
|---|
BookNested(String title,
TestCaseClasses.AuthorNested author) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
TestCaseClasses.AuthorNested |
getAuthor() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
public BookNested(String title, TestCaseClasses.AuthorNested author)
public String getTitle()
public TestCaseClasses.AuthorNested getAuthor()
Copyright © 2017 Glasnost. All Rights Reserved.