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

java.lang.Object
  extended by ma.glasnost.orika.test.unenhance.SuperTypeTestCaseClasses.AuthorParent
All Implemented Interfaces:
SuperTypeTestCaseClasses.Author
Direct Known Subclasses:
SuperTypeTestCaseClasses.AuthorChild
Enclosing interface:
SuperTypeTestCaseClasses

public static class SuperTypeTestCaseClasses.AuthorParent
extends Object
implements SuperTypeTestCaseClasses.Author


Constructor Summary
SuperTypeTestCaseClasses.AuthorParent()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperTypeTestCaseClasses.AuthorParent

public SuperTypeTestCaseClasses.AuthorParent()
Method Detail

getName

public String getName()
Specified by:
getName in interface SuperTypeTestCaseClasses.Author

setName

public void setName(String name)
Specified by:
setName in interface SuperTypeTestCaseClasses.Author


Copyright © 2012 Glasnost. All Rights Reserved.