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

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

public static class TestCaseClasses.LibraryImpl
extends Object
implements TestCaseClasses.Library


Constructor Summary
TestCaseClasses.LibraryImpl(String title, List<TestCaseClasses.Book> books)
           
 
Method Summary
 boolean equals(Object that)
           
 List<TestCaseClasses.Book> getBooks()
           
 String getTitle()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.LibraryImpl

public TestCaseClasses.LibraryImpl(String title,
                                   List<TestCaseClasses.Book> books)
Method Detail

getTitle

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

getBooks

public List<TestCaseClasses.Book> getBooks()
Specified by:
getBooks in interface TestCaseClasses.Library

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.