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