org.openeai.scrubbers
Class EnterpriseScrubberImpl

java.lang.Object
  extended by org.openeai.OpenEaiObject
      extended by org.openeai.scrubbers.EnterpriseScrubberImpl
Direct Known Subclasses:
CaseConverter, LowerCaseScrubber

public abstract class EnterpriseScrubberImpl
extends OpenEaiObject

This is the parent class for all EnterpriseScubber objects. These scrubbers are associated to a particular field in the EnterpriseObjects document.

Version:
3.0 - 28 January 2003
Author:
Tod Jackson (tod@openeai.org), Steve Wheat (steve@openeai.org)

Field Summary
 
Fields inherited from class org.openeai.OpenEaiObject
logger
 
Constructor Summary
EnterpriseScrubberImpl()
          Constructor
 
Method Summary
 int getSequence()
          Returns the sequence associated to this scrubber implementation.
 void setSequence(int sequence)
          Sets the sequence associated to this scrubber implementation.
 
Methods inherited from class org.openeai.OpenEaiObject
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseScrubberImpl

public EnterpriseScrubberImpl()
Constructor

Method Detail

setSequence

public void setSequence(int sequence)
Sets the sequence associated to this scrubber implementation. That is, the order inwhich this scrubber should be executed relative to all the other scrubbers associated to a given field. This information is obtained when the scrubber is initialized based on content found in the EnterpriseObjects document and is specified within the Format element associated to a particular field.

Parameters:
sequence - int the sequence (order) inwhich this scrubber should be executed

getSequence

public int getSequence()
Returns the sequence associated to this scrubber implementation. That is, the order inwhich this scrubber should be executed relative to all the other scrubbers associated to a given field.

Returns:
int the sequence (order) inwhich this scrubber should be executed


Copyright © 2002,2003 OpenEAI Software Foundation