atg.purge
Class ProcessConfiguration

java.lang.Object
  extended by atg.purge.ProcessConfiguration

public class ProcessConfiguration
extends java.lang.Object

Process configuration is holding different configurations and flags for purging process


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ProcessConfiguration()
           
 
Method Summary
 boolean isStopOnError()
          Returns stop on error flag value
 void setStopOnError(boolean pStopOnError)
          Sets property stopOnError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ProcessConfiguration

public ProcessConfiguration()
Method Detail

isStopOnError

public boolean isStopOnError()
Returns stop on error flag value

Returns:
the stop on error flag value

setStopOnError

public void setStopOnError(boolean pStopOnError)
Sets property stopOnError

Parameters:
pStopOnError - the stop on error flag value