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