ma.glasnost.orika.examples
Class Example2TestCase.Property

java.lang.Object
  extended by ma.glasnost.orika.examples.Example2TestCase.Property
Enclosing class:
Example2TestCase

public static class Example2TestCase.Property
extends Object


Field Summary
 String key
           
 String value
           
 
Constructor Summary
Example2TestCase.Property(String key, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

Example2TestCase.Property

public Example2TestCase.Property(String key,
                                 String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012 Glasnost. All Rights Reserved.