com.ibm.dse.automaton.html
Class HtmlStateInfo

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

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

This class represents a persisten storage entity for an HTML processor state.

See Also:
Serialized Form

Constructor Summary
HtmlStateInfo()
          HtmlStateInfo constructor.
 
Method Summary
 java.lang.String getStateName()
          Returns the state name attribute of this class.
 boolean isIgnoresEntryActions()
          Returns the entry actions attribute of this class.
 boolean isIgnoresReturnType()
          Returns the ignore return type attribute of this class.
 boolean isRunningFlag()
          Returns the isRunning attribute of this class.
 void setIgnoresEntryActions(boolean newIgnoresEntryActions)
          Sets the entry actions attribute of this object.
 void setIgnoresReturnType(boolean newIgnoresReturnType)
          Sets the ignore return type attribute of this object.
 void setRunningFlag(boolean newRunningFlag)
          Sets the isRunning attribute of this object.
 void setStateName(java.lang.String newStateName)
          Sets the state name attribute of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlStateInfo

public HtmlStateInfo()
HtmlStateInfo constructor.
Method Detail

getStateName

public java.lang.String getStateName()
Returns the state name attribute of this class.
Returns:
java.lang.String

isIgnoresEntryActions

public boolean isIgnoresEntryActions()
Returns the entry actions attribute of this class.
Returns:
boolean

isIgnoresReturnType

public boolean isIgnoresReturnType()
Returns the ignore return type attribute of this class.
Returns:
boolean

isRunningFlag

public boolean isRunningFlag()
Returns the isRunning attribute of this class.
Returns:
boolean

setIgnoresEntryActions

public void setIgnoresEntryActions(boolean newIgnoresEntryActions)
Sets the entry actions attribute of this object.
Parameters:
newIgnoresEntryActions - boolean

setIgnoresReturnType

public void setIgnoresReturnType(boolean newIgnoresReturnType)
Sets the ignore return type attribute of this object.
Parameters:
newIgnoresReturnType - boolean

setRunningFlag

public void setRunningFlag(boolean newRunningFlag)
Sets the isRunning attribute of this object.
Parameters:
newRunningFlag - boolean

setStateName

public void setStateName(java.lang.String newStateName)
Sets the state name attribute of this object.
Parameters:
newStateName - java.lang.String