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

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.SuperTypeTestCaseClasses.LibraryParent
All Implemented Interfaces:
SuperTypeTestCaseClasses.Library
Direct Known Subclasses:
SuperTypeTestCaseClasses.LibraryChild
Enclosing interface:
SuperTypeTestCaseClasses

public static class SuperTypeTestCaseClasses.LibraryParent
extends Object
implements SuperTypeTestCaseClasses.Library


Constructor Summary
SuperTypeTestCaseClasses.LibraryParent()
           
 
Method Summary
 List<SuperTypeTestCaseClasses.Book> getBooks()
           
 String getTitle()
           
 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.LibraryParent

public SuperTypeTestCaseClasses.LibraryParent()
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface SuperTypeTestCaseClasses.Library

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface SuperTypeTestCaseClasses.Library

getBooks

public List<SuperTypeTestCaseClasses.Book> getBooks()
Specified by:
getBooks in interface SuperTypeTestCaseClasses.Library


Copyright © 2012 Glasnost. All Rights Reserved.