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

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

public static class BidirectionalMappingTestCase.Book
extends Object


Constructor Summary
BidirectionalMappingTestCase.Book()
           
 
Method Summary
 BidirectionalMappingTestCase.Author getAuthor()
           
 String getTitle()
           
 void setAuthor(BidirectionalMappingTestCase.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

BidirectionalMappingTestCase.Book

public BidirectionalMappingTestCase.Book()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public BidirectionalMappingTestCase.Author getAuthor()

setAuthor

public void setAuthor(BidirectionalMappingTestCase.Author author)


Copyright © 2012 Glasnost. All Rights Reserved.