|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiagapplet.plotTrackerPreserve
public class plotTrackerPreserve
Stores all of the information kept between sessions about a single plot 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 | |
---|---|
plotTrackerPreserve()
Creates a new instance of plotTrackerPreserve |
Method Summary | |
---|---|
java.lang.String |
getBufferName()
Getter for property BufferName. |
java.lang.String |
getModuleName()
Getter for property moduleName. |
long |
getMsgType()
Getter for property msgType. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getStiName()
Getter for property stiName. |
java.lang.String |
getVariableName()
Getter for property variableName. |
int |
getVariableNumber()
Getter for property variableNumber. |
boolean |
isIsArray()
Getter for property isArray. |
boolean |
isIsAux()
Getter for property isAux. |
boolean |
isIsCmd()
Getter for property isCmd. |
void |
setBufferName(java.lang.String bufferName)
Setter for property bufferName. |
void |
setIsArray(boolean isArray)
Setter for property isArray. |
void |
setIsAux(boolean isAux)
Setter for property isAux. |
void |
setIsCmd(boolean isCmd)
Setter for property isCmd. |
void |
setModuleName(java.lang.String moduleName)
Setter for property moduleName. |
void |
setMsgType(long msgType)
Setter for property msgType. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setStiName(java.lang.String stiName)
Setter for property stiName. |
void |
setVariableName(java.lang.String variableName)
Setter for property variableName. |
void |
setVariableNumber(int variableNumber)
Setter for property variableNumber. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public plotTrackerPreserve()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public boolean isIsAux()
public void setIsAux(boolean isAux)
isAux
- New value of property isAux.public boolean isIsCmd()
public void setIsCmd(boolean isCmd)
isCmd
- New value of property isCmd.public boolean isIsArray()
public void setIsArray(boolean isArray)
isArray
- New value of property isArray.public java.lang.String getModuleName()
public void setModuleName(java.lang.String moduleName)
moduleName
- New value of property moduleName.public java.lang.String getBufferName()
public void setBufferName(java.lang.String bufferName)
bufferName
- New value of property bufferName.public int getVariableNumber()
public void setVariableNumber(int variableNumber)
variableNumber
- New value of property variableNumber.public java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
variableName
- New value of property variableName.public java.lang.String getStiName()
public void setStiName(java.lang.String stiName)
stiName
- New value of property stiName.public long getMsgType()
public void setMsgType(long msgType)
msgType
- New value of property msgType.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |