ma.glasnost.orika.test.unenhance
Interface SuperTypeTestCaseClasses.Book

All Known Implementing Classes:
SuperTypeTestCaseClasses.BookChild, SuperTypeTestCaseClasses.BookParent
Enclosing interface:
SuperTypeTestCaseClasses

public static interface SuperTypeTestCaseClasses.Book


Method Summary
 SuperTypeTestCaseClasses.Author getAuthor()
           
 String getTitle()
           
 void setAuthor(SuperTypeTestCaseClasses.Author author)
           
 void setTitle(String title)
           
 

Method Detail

getTitle

String getTitle()

setTitle

void setTitle(String title)

getAuthor

SuperTypeTestCaseClasses.Author getAuthor()

setAuthor

void setAuthor(SuperTypeTestCaseClasses.Author author)


Copyright © 2012 Glasnost. All Rights Reserved.