public static class SuperTypeTestCaseClasses.BookDTO extends Object
| Constructor and Description |
|---|
BookDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalValue() |
SuperTypeTestCaseClasses.AuthorDTO |
getAuthor() |
String |
getTitle() |
void |
setAdditionalValue(String additionalValue) |
void |
setAuthor(SuperTypeTestCaseClasses.AuthorDTO author) |
void |
setTitle(String title) |
public String getAdditionalValue()
public void setAdditionalValue(String additionalValue)
public String getTitle()
public void setTitle(String title)
public SuperTypeTestCaseClasses.AuthorDTO getAuthor()
public void setAuthor(SuperTypeTestCaseClasses.AuthorDTO author)
Copyright © 2017 Glasnost. All Rights Reserved.