Package org.hglteam.conversion.api
Class GenericConversionKey<TS,TD>
- java.lang.Object
-
- org.hglteam.conversion.api.GenericConversionKey<TS,TD>
-
- All Implemented Interfaces:
ConversionKey
public abstract class GenericConversionKey<TS,TD> extends Object implements ConversionKey
-
-
Constructor Summary
Constructors Constructor Description GenericConversionKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hglteam.conversion.api.ConversionKey
getSource, getTarget
-
-