|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.automaton.html.HtmlProcessorInfo
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'.
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 |
public HtmlProcessorInfo()
Method Detail |
public java.lang.String getContextId()
public HtmlStateInfo getCurrentStateInfo()
public java.lang.String getParentId()
public java.lang.String getProcessorName()
public java.lang.String getProcessorStatus()
public void setContextId(java.lang.String newContextId)
newParentId
- java.lang.Stringpublic void setCurrentStateInfo(HtmlStateInfo newCurrentStateInfo)
newCurrentStateInfo
- com.ibm.dse.automaton.html.HtmlStateInfopublic void setParentId(java.lang.String newParentId)
newParentId
- java.lang.Stringpublic void setProcessorName(java.lang.String newProcessName)
newProcessName
- java.lang.Stringpublic void setProcessorStatus(java.lang.String newProcessorStatus)
newProcessorStatus
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |