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