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