ma.glasnost.orika.test.common.types
Class TestCaseClasses.BookNested

java.lang.Object
  extended by ma.glasnost.orika.test.common.types.TestCaseClasses.BookNested
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.BookNested
extends Object


Constructor Summary
TestCaseClasses.BookNested(String title, TestCaseClasses.AuthorNested author)
           
 
Method Summary
 boolean equals(Object that)
           
 TestCaseClasses.AuthorNested getAuthor()
           
 String getTitle()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.BookNested

public TestCaseClasses.BookNested(String title,
                                  TestCaseClasses.AuthorNested author)
Method Detail

getTitle

public String getTitle()

getAuthor

public TestCaseClasses.AuthorNested getAuthor()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Glasnost. All Rights Reserved.