com.ibm.etools.logging.pd.artifacts
Class PD_DumpArtifact

java.lang.Object
  |
  +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
        |
        +--com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact
              |
              +--com.ibm.etools.logging.pd.artifacts.PD_DumpArtifact

public class PD_DumpArtifact
extends PD_ProblemArtifact


Constructor Summary
PD_DumpArtifact()
          PD_DumpArtifact constructors
 
Method Summary
 java.lang.String getDumpFormat()
          Gets the value of the dumpFormat instance variable.
 java.lang.String getDumpType()
          Gets the value of the dumpType instance variable.
 java.lang.String getProcessName()
          Gets the value of the processName instance variable.
 PD_TraceContainer[] getTraceContainerRefList()
          Gets the value of the traceContainerRefList instance variable.
 java.lang.String getUniqueInstanceID()
          Gets the value of the uniqueInstanceID instance variable.
 void init()
          Initializes the object to a newly constructed state.
 void regenerateUniqueInstanceID()
          Regenerates a new unique instance ID for the object.
 void setDumpFormat(java.lang.String pd_DumpArtifact_dumpFormat)
          Sets value of the dumpFormat instance variable to the specified value.
 void setDumpType(java.lang.String pd_DumpArtifact_dumpType)
          Sets value of the dumpType instance variable to the specified value.
 void setProcessName(java.lang.String pd_DumpArtifact_processName)
          Sets value of the processName instance variable to the specified value.
 void setTraceContainerRefList(PD_TraceContainer[] pd_DumpArtifact_traceContainerRefList)
          Sets value of the traceContainerRefList instance variable to the specified value.
 java.lang.String toCanonicalXMLString()
          Creates the canonical XML representation of this object.
 
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_ProblemArtifact
getArtifactCausesArtifactRefList, getArtifactContainsArtifactsRefList, getCorrelationTypeList, getLogRecordCorrelator, getProblemArtifactTokenList, getRawData, setArtifactCausesArtifactRefList, setArtifactContainsArtifactsRefList, setCorrelationTypeList, setLogRecordCorrelator, setProblemArtifactTokenList, setRawData
 
Methods inherited from class com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
getArtifactCreatorID, getArtifactEncodingFormat, getCreationTime, getHostID, getHostIDFormat, getId, getOtherHostIDFormat, getProcessID, getThreadID, setArtifactCreatorID, setArtifactEncodingFormat, setCreationTime, setHostID, setHostIDFormat, setId, setOtherHostIDFormat, setProcessID, setThreadID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PD_DumpArtifact

public PD_DumpArtifact()
PD_DumpArtifact constructors

Method Detail

getUniqueInstanceID

public java.lang.String getUniqueInstanceID()
Gets the value of the uniqueInstanceID instance variable.

Overrides:
getUniqueInstanceID in class PD_ProblemArtifact
Returns:
The value of the uniqueInstanceID instance variable.

setProcessName

public void setProcessName(java.lang.String pd_DumpArtifact_processName)
Sets value of the processName instance variable to the specified value.

Parameters:
pd_DumpArtifact_processName - The new value of the processName instance variable.

getProcessName

public java.lang.String getProcessName()
Gets the value of the processName instance variable.

Returns:
The value of the processName instance variable, or null if the value of the processName instance variable has not been set or is set to null.

setDumpType

public void setDumpType(java.lang.String pd_DumpArtifact_dumpType)
Sets value of the dumpType instance variable to the specified value.

Parameters:
pd_DumpArtifact_dumpType - The new value of the dumpType instance variable.

getDumpType

public java.lang.String getDumpType()
Gets the value of the dumpType instance variable.

Returns:
The value of the dumpType instance variable, or null if the value of the dumpType instance variable has not been set or is set to null.

setDumpFormat

public void setDumpFormat(java.lang.String pd_DumpArtifact_dumpFormat)
Sets value of the dumpFormat instance variable to the specified value.

Parameters:
pd_DumpArtifact_dumpFormat - The new value of the dumpFormat instance variable.

getDumpFormat

public java.lang.String getDumpFormat()
Gets the value of the dumpFormat instance variable.

Returns:
The value of the dumpFormat instance variable, or null if the value of the dumpFormat instance variable has not been set or is set to null.

setTraceContainerRefList

public void setTraceContainerRefList(PD_TraceContainer[] pd_DumpArtifact_traceContainerRefList)
Sets value of the traceContainerRefList instance variable to the specified value.

Parameters:
pd_DumpArtifact_traceContainerRefList - The new value of the traceContainerRefList instance variable.

getTraceContainerRefList

public PD_TraceContainer[] getTraceContainerRefList()
Gets the value of the traceContainerRefList instance variable.

Returns:
The value of the traceContainerRefList instance variable, or null if the value of the traceContainerRefList instance variable has not been set or is set to null.

toCanonicalXMLString

public java.lang.String toCanonicalXMLString()
Creates the canonical XML representation of this object.

Overrides:
toCanonicalXMLString in class PD_ProblemArtifact
Returns:
the canonical XML representation of this object

regenerateUniqueInstanceID

public void regenerateUniqueInstanceID()
Regenerates a new unique instance ID for the object.

Overrides:
regenerateUniqueInstanceID in class PD_ProblemArtifact

init

public void init()
Initializes the object to a newly constructed state. NOTE: To reuse the object without calling the init() API, the uniqueInstanceID instance variable MUST be regenerated via the regenerateUniqueInstanceID() API.

Overrides:
init in class PD_ProblemArtifact