public static class ObjectTestCase.Book extends Object
| Constructor and Description |
|---|
Book() |
| Modifier and Type | Method and Description |
|---|---|
ObjectTestCase.Author |
getAuthor() |
String |
getTitle() |
void |
setAuthor(ObjectTestCase.Author author) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public ObjectTestCase.Author getAuthor()
public void setAuthor(ObjectTestCase.Author author)
Copyright © 2016 Glasnost. All rights reserved.