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

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

public static class TestCaseClasses.AuthorImpl
extends Object
implements TestCaseClasses.Author


Constructor Summary
TestCaseClasses.AuthorImpl(String name)
           
 
Method Summary
 boolean equals(Object that)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.AuthorImpl

public TestCaseClasses.AuthorImpl(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface TestCaseClasses.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.