ma.glasnost.orika.test.unenhance
Class SuperTypeTestCaseClasses.BookParent

java.lang.Object
  extended by 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


Constructor Summary
SuperTypeTestCaseClasses.BookParent()
           
 
Method Summary
 SuperTypeTestCaseClasses.Author getAuthor()
           
 String getTitle()
           
 void setAuthor(SuperTypeTestCaseClasses.Author author)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeTestCaseClasses.BookParent

public SuperTypeTestCaseClasses.BookParent()
Method Detail

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.