ma.glasnost.orika.test.object
Class ObjectTestCase.Book

java.lang.Object
  extended by ma.glasnost.orika.test.object.ObjectTestCase.Book
Enclosing class:
ObjectTestCase

public static class ObjectTestCase.Book
extends Object


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

Constructor Detail

ObjectTestCase.Book

public ObjectTestCase.Book()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public ObjectTestCase.Author getAuthor()

setAuthor

public void setAuthor(ObjectTestCase.Author author)


Copyright © 2012 Glasnost. All Rights Reserved.