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

java.lang.Object
  extended by ma.glasnost.orika.test.common.types.TestCaseClasses.BookImpl
All Implemented Interfaces:
TestCaseClasses.Book
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.BookImpl
extends Object
implements TestCaseClasses.Book


Constructor Summary
TestCaseClasses.BookImpl(String title, TestCaseClasses.Author author)
           
 
Method Summary
 boolean equals(Object that)
           
 TestCaseClasses.Author 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.BookImpl

public TestCaseClasses.BookImpl(String title,
                                TestCaseClasses.Author author)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface TestCaseClasses.Book

getAuthor

public TestCaseClasses.Author getAuthor()
Specified by:
getAuthor in interface TestCaseClasses.Book

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.