Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.core.impl
Class TypeAdapterKey

java.lang.Object
  extended by org.nuxeo.ecm.automation.core.impl.TypeAdapterKey

public final class TypeAdapterKey
extends Object

Author:
Bogdan Stefanescu

Field Summary
 Class<?> input
           
 Class<?> output
           
 
Constructor Summary
TypeAdapterKey(Class<?> input, Class<?> output)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

input

public final Class<?> input

output

public final Class<?> output
Constructor Detail

TypeAdapterKey

public TypeAdapterKey(Class<?> input,
                      Class<?> output)
Method Detail

equals

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

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.