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