ma.glasnost.orika.test.boundmapperfacade
Class BidirectionalMappingTestCase.Book
java.lang.Object
ma.glasnost.orika.test.boundmapperfacade.BidirectionalMappingTestCase.Book
- Enclosing class:
- BidirectionalMappingTestCase
public static class BidirectionalMappingTestCase.Book
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BidirectionalMappingTestCase.Book
public BidirectionalMappingTestCase.Book()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAuthor
public BidirectionalMappingTestCase.Author getAuthor()
setAuthor
public void setAuthor(BidirectionalMappingTestCase.Author author)
Copyright © 2012 Glasnost. All Rights Reserved.