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