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

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

public static class TestCaseClasses.BookDTO
extends Object


Constructor Summary
TestCaseClasses.BookDTO()
           
 
Method Summary
 boolean equals(Object that)
           
 String getAdditionalValue()
           
 TestCaseClasses.AuthorDTO getAuthor()
           
 String getTitle()
           
 int hashCode()
           
 void setAdditionalValue(String additionalValue)
           
 void setAuthor(TestCaseClasses.AuthorDTO author)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.BookDTO

public TestCaseClasses.BookDTO()
Method Detail

getAdditionalValue

public String getAdditionalValue()

setAdditionalValue

public void setAdditionalValue(String additionalValue)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getAuthor

public TestCaseClasses.AuthorDTO getAuthor()

setAuthor

public void setAuthor(TestCaseClasses.AuthorDTO author)

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.