ma.glasnost.orika.test.object
Class InverseMappingTestCase.Book
java.lang.Object
ma.glasnost.orika.test.object.InverseMappingTestCase.Book
- Enclosing class:
- InverseMappingTestCase
public static class InverseMappingTestCase.Book
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InverseMappingTestCase.Book
public InverseMappingTestCase.Book()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getAuthor
public InverseMappingTestCase.Author getAuthor()
setAuthor
public void setAuthor(InverseMappingTestCase.Author author)
getPublisher
public InverseMappingTestCase.Publisher getPublisher()
setPublisher
public void setPublisher(InverseMappingTestCase.Publisher publisher)
getReaders
public Set<InverseMappingTestCase.Reader> getReaders()
setReaders
public void setReaders(Set<InverseMappingTestCase.Reader> readers)
Copyright © 2012 Glasnost. All Rights Reserved.