ma.glasnost.orika.test.unenhance
Class SuperTypeTestCaseClasses.BookParent
java.lang.Object
ma.glasnost.orika.test.unenhance.SuperTypeTestCaseClasses.BookParent
- All Implemented Interfaces:
- SuperTypeTestCaseClasses.Book
- Direct Known Subclasses:
- SuperTypeTestCaseClasses.BookChild
- Enclosing interface:
- SuperTypeTestCaseClasses
public static class SuperTypeTestCaseClasses.BookParent
- extends Object
- implements SuperTypeTestCaseClasses.Book
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuperTypeTestCaseClasses.BookParent
public SuperTypeTestCaseClasses.BookParent()
getTitle
public String getTitle()
- Specified by:
getTitle in interface SuperTypeTestCaseClasses.Book
setTitle
public void setTitle(String title)
- Specified by:
setTitle in interface SuperTypeTestCaseClasses.Book
getAuthor
public SuperTypeTestCaseClasses.Author getAuthor()
- Specified by:
getAuthor in interface SuperTypeTestCaseClasses.Book
setAuthor
public void setAuthor(SuperTypeTestCaseClasses.Author author)
- Specified by:
setAuthor in interface SuperTypeTestCaseClasses.Book
Copyright © 2012 Glasnost. All Rights Reserved.