com.ibm.dse.automaton.html
Class HtmlProcessorInfo

java.lang.Object
  |
  +--com.ibm.dse.automaton.html.HtmlProcessorInfo

public class HtmlProcessorInfo
extends java.lang.Object
implements java.io.Serializable

This class represents a stored HTML processor object. It contains all the information necessary for taking a 'snapshot' of a processor at a given time, and restoring later to the state it was in at the moment of the 'snapshot'.

See Also:
Serialized Form

Constructor Summary
HtmlProcessorInfo()
          HTMLProcessorInfo constructor.
 
Method Summary
 java.lang.String getContextId()
          Returns the context id attribute of this processor.
 HtmlStateInfo getCurrentStateInfo()
          Returns the state information attribute of this object.
 java.lang.String getParentId()
          Returns the parent id attribute of this objetc.
 java.lang.String getProcessorName()
          Returns the processor name attribute of this object.
 java.lang.String getProcessorStatus()
          Returns the processor status attribute of this object.
 void setContextId(java.lang.String newContextId)
          Sets the context id attribute of this processor.
 void setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
          Sets the state information attribute of this object.
 void setParentId(java.lang.String newParentId)
          Sets the parent id attribute of this object.
 void setProcessorName(java.lang.String newProcessName)
          Sets the processor name attribute of this object.
 void setProcessorStatus(java.lang.String newProcessorStatus)
          Sets the processor status attribute of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlProcessorInfo

public HtmlProcessorInfo()
HTMLProcessorInfo constructor.
Method Detail

getContextId

public java.lang.String getContextId()
Returns the context id attribute of this processor.
Returns:
java.lang.String

getCurrentStateInfo

public HtmlStateInfo getCurrentStateInfo()
Returns the state information attribute of this object.
Returns:
com.ibm.dse.automaton.html.HtmlStateInfo

getParentId

public java.lang.String getParentId()
Returns the parent id attribute of this objetc.
Returns:
java.lang.String

getProcessorName

public java.lang.String getProcessorName()
Returns the processor name attribute of this object.
Returns:
java.lang.String

getProcessorStatus

public java.lang.String getProcessorStatus()
Returns the processor status attribute of this object.
Returns:
java.lang.String

setContextId

public void setContextId(java.lang.String newContextId)
Sets the context id attribute of this processor.
Parameters:
newParentId - java.lang.String

setCurrentStateInfo

public void setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
Sets the state information attribute of this object.
Parameters:
newCurrentStateInfo - com.ibm.dse.automaton.html.HtmlStateInfo

setParentId

public void setParentId(java.lang.String newParentId)
Sets the parent id attribute of this object.
Parameters:
newParentId - java.lang.String

setProcessorName

public void setProcessorName(java.lang.String newProcessName)
Sets the processor name attribute of this object.
Parameters:
newProcessName - java.lang.String

setProcessorStatus

public void setProcessorStatus(java.lang.String newProcessorStatus)
Sets the processor status attribute of this object.
Parameters:
newProcessorStatus - java.lang.String