biz.hammurapi.convert
Class AtomicConverterBase
java.lang.Object
biz.hammurapi.convert.AtomicConverterBase
- All Implemented Interfaces:
- AtomicConverter
public abstract class AtomicConverterBase
- extends java.lang.Object
- implements AtomicConverter
Base class for atomic converters.
- Author:
- Pavel
Constructor Summary |
AtomicConverterBase(java.lang.Class sourceType,
java.lang.Class targetType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sourceType
protected java.lang.Class sourceType
targetType
protected java.lang.Class targetType
AtomicConverterBase
public AtomicConverterBase(java.lang.Class sourceType,
java.lang.Class targetType)
getSourceType
public java.lang.Class getSourceType()
- Specified by:
getSourceType
in interface AtomicConverter
- Returns:
- Type which converter converts from.
getTargetType
public java.lang.Class getTargetType()
- Specified by:
getTargetType
in interface AtomicConverter
- Returns:
- Type which converter converts to.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003 Hammurapi Group. All Rights Reserved.