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

All Known Implementing Classes:
SuperTypeTestCaseClasses.LibraryChild, SuperTypeTestCaseClasses.LibraryParent
Enclosing interface:
SuperTypeTestCaseClasses

public static interface SuperTypeTestCaseClasses.Library


Method Summary
 List<SuperTypeTestCaseClasses.Book> getBooks()
           
 String getTitle()
           
 void setTitle(String title)
           
 

Method Detail

getTitle

String getTitle()

setTitle

void setTitle(String title)

getBooks

List<SuperTypeTestCaseClasses.Book> getBooks()


Copyright © 2012 Glasnost. All Rights Reserved.