diagapplet
Class modulePreserve

java.lang.Object
  extended by diagapplet.modulePreserve

public class modulePreserve
extends java.lang.Object

Stores all of the information related to one module in the hierarchy kept between sessions by the diagnostics tool. Everything is accessed though getter/setter functions to be compatible with XMLDecoder/XMLEncoder as the files are saved in XML


Constructor Summary
modulePreserve()
          Creates a new instance of modulePreserve
 
Method Summary
 int getLastSelectedCommandIndex()
          Getter for property lastSelectedCommandIndex.
 java.lang.String getName()
          Getter for property name.
 java.util.Hashtable<java.lang.Long,java.lang.String> getPreviousCommands()
          Getter for property PreviousCommands.
 void setLastSelectedCommandIndex(int lastSelectedCommandIndex)
          Setter for property lastSelectedCommandIndex.
 void setName(java.lang.String name)
          Setter for property name.
 void setPreviousCommands(java.util.Hashtable<java.lang.Long,java.lang.String> _PreviousCommands)
          Setter for property PreviousCommands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

modulePreserve

public modulePreserve()
Creates a new instance of modulePreserve

Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

getPreviousCommands

public java.util.Hashtable<java.lang.Long,java.lang.String> getPreviousCommands()
Getter for property PreviousCommands.

Returns:
Value of property PreviousCommands.

setPreviousCommands

public void setPreviousCommands(java.util.Hashtable<java.lang.Long,java.lang.String> _PreviousCommands)
Setter for property PreviousCommands.

Parameters:
_PreviousCommands - New value of property PreviousCommands.

getLastSelectedCommandIndex

public int getLastSelectedCommandIndex()
Getter for property lastSelectedCommandIndex.

Returns:
Value of property lastSelectedCommandIndex.

setLastSelectedCommandIndex

public void setLastSelectedCommandIndex(int lastSelectedCommandIndex)
Setter for property lastSelectedCommandIndex.

Parameters:
lastSelectedCommandIndex - New value of property lastSelectedCommandIndex.