|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.scrubbers.EnterpriseScrubberImpl
public abstract class EnterpriseScrubberImpl
This is the parent class for all EnterpriseScubber objects. These scrubbers are associated to a particular field in the EnterpriseObjects document.
| 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 |
|---|
public EnterpriseScrubberImpl()
| Method Detail |
|---|
public void setSequence(int sequence)
sequence - int the sequence (order) inwhich this scrubber should be executedpublic int getSequence()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||