com.minderupt.micrtools.repair
Class SimpleMICRRepairImpl
java.lang.Object
com.minderupt.micrtools.repair.SimpleMICRRepairImpl
- All Implemented Interfaces:
- MICRRepair
- Direct Known Subclasses:
- SimpleNoOCRMICRRepairImpl
public abstract class SimpleMICRRepairImpl
- extends java.lang.Object
- implements MICRRepair
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMICRRepairImpl
public SimpleMICRRepairImpl()
repairMICR
public MICR repairMICR(MICR badMICR,
MICR newMICR)
throws MICRRepairException
- Specified by:
repairMICR
in interface MICRRepair
- Throws:
MICRRepairException
setMICRMisreadCharacter
public void setMICRMisreadCharacter(java.lang.String s)
- Specified by:
setMICRMisreadCharacter
in interface MICRRepair
getMICRMisreadCharacter
public java.lang.String getMICRMisreadCharacter()
- Specified by:
getMICRMisreadCharacter
in interface MICRRepair
setFieldMisreadCountThreshold
public void setFieldMisreadCountThreshold(int count)
- Specified by:
setFieldMisreadCountThreshold
in interface MICRRepair
getFieldMisreadCountThreshold
public int getFieldMisreadCountThreshold()
- Specified by:
getFieldMisreadCountThreshold
in interface MICRRepair
repairField
protected java.lang.String repairField(java.lang.String badField,
java.lang.String goodField)
throws MICRRepairException
- Throws:
MICRRepairException
Copyright 2006 null. All Rights Reserved.