public static class TestCaseClasses.BookMyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
additionalValue |
| Constructor and Description |
|---|
BookMyDTO() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseClasses.AuthorMyDTO |
getMyAuthor() |
String |
getMyTitle() |
void |
setMyAuthor(TestCaseClasses.AuthorMyDTO author) |
void |
setMyTitle(String title) |
public String additionalValue
public String getMyTitle()
public void setMyTitle(String title)
public TestCaseClasses.AuthorMyDTO getMyAuthor()
public void setMyAuthor(TestCaseClasses.AuthorMyDTO author)
Copyright © 2017 Glasnost. All Rights Reserved.