ma.glasnost.orika.test.property
Class TestCaseClasses.Book

java.lang.Object
  extended by ma.glasnost.orika.test.property.TestCaseClasses.Book
Direct Known Subclasses:
TestCaseClasses.BookChild
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.Book
extends Object


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

Field Detail

title

public String title
Constructor Detail

TestCaseClasses.Book

public TestCaseClasses.Book()
Method Detail

getAuthor

public TestCaseClasses.Author getAuthor()

setAuthor

public void setAuthor(TestCaseClasses.Author author)


Copyright © 2012 Glasnost. All Rights Reserved.