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