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

java.lang.Object
  |
  +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
Direct Known Subclasses:
PD_LocalInstanceCorrelator, PD_ProblemArtifact

public class PD_BaseProblemArtifact
extends java.lang.Object


Constructor Summary
PD_BaseProblemArtifact()
          PD_BaseProblemArtifact constructors
 
Method Summary
 java.lang.String getArtifactCreatorID()
          Gets the value of the artifactCreatorID instance variable.
 java.lang.String getArtifactEncodingFormat()
          Gets the value of the artifactEncodingFormat instance variable.
 java.lang.String getCreationTime()
          Gets the value of the creationTime instance variable.
 java.lang.String getHostID()
          Gets the value of the hostID instance variable.
 java.lang.String getHostIDFormat()
          Gets the value of the hostIDFormat instance variable.
 java.lang.String getId()
          Gets the value of the id instance variable.
 java.lang.String getOtherHostIDFormat()
          Gets the value of the otherHostIDFormat instance variable.
 java.lang.String getProcessID()
          Gets the value of the processID instance variable.
 java.lang.String getThreadID()
          Gets the value of the threadID 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 setArtifactCreatorID(java.lang.String pd_BaseProblemArtifact_artifactCreatorID)
          Sets value of the artifactCreatorID instance variable to the specified value.
 void setArtifactEncodingFormat(java.lang.String pd_BaseProblemArtifact_artifactEncodingFormat)
          Sets value of the artifactEncodingFormat instance variable to the specified value.
 void setCreationTime(java.lang.String pd_BaseProblemArtifact_creationTime)
          Sets value of the creationTime instance variable to the specified value.
 void setHostID(java.lang.String pd_BaseProblemArtifact_hostID)
          Sets value of the hostID instance variable to the specified value.
 void setHostIDFormat(java.lang.String pd_BaseProblemArtifact_hostIDFormat)
          Sets value of the hostIDFormat instance variable to the specified value.
 void setId(java.lang.String pd_BaseProblemArtifact_id)
          Sets value of the id instance variable to the specified value.
 void setOtherHostIDFormat(java.lang.String pd_BaseProblemArtifact_otherHostIDFormat)
          Sets value of the otherHostIDFormat instance variable to the specified value.
 void setProcessID(java.lang.String pd_BaseProblemArtifact_processID)
          Sets value of the processID instance variable to the specified value.
 void setThreadID(java.lang.String pd_BaseProblemArtifact_threadID)
          Sets value of the threadID instance variable to the specified value.
 java.lang.String toCanonicalXMLString()
          Creates the canonical XML representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PD_BaseProblemArtifact

public PD_BaseProblemArtifact()
PD_BaseProblemArtifact constructors

Method Detail

getUniqueInstanceID

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

Returns:
The value of the uniqueInstanceID instance variable.

setId

public void setId(java.lang.String pd_BaseProblemArtifact_id)
Sets value of the id instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_id - The new value of the id instance variable.

getId

public java.lang.String getId()
Gets the value of the id instance variable.

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

setHostID

public void setHostID(java.lang.String pd_BaseProblemArtifact_hostID)
Sets value of the hostID instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_hostID - The new value of the hostID instance variable.

getHostID

public java.lang.String getHostID()
Gets the value of the hostID instance variable.

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

setHostIDFormat

public void setHostIDFormat(java.lang.String pd_BaseProblemArtifact_hostIDFormat)
Sets value of the hostIDFormat instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_hostIDFormat - The new value of the hostIDFormat instance variable.

getHostIDFormat

public java.lang.String getHostIDFormat()
Gets the value of the hostIDFormat instance variable.

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

setOtherHostIDFormat

public void setOtherHostIDFormat(java.lang.String pd_BaseProblemArtifact_otherHostIDFormat)
Sets value of the otherHostIDFormat instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_otherHostIDFormat - The new value of the otherHostIDFormat instance variable.

getOtherHostIDFormat

public java.lang.String getOtherHostIDFormat()
Gets the value of the otherHostIDFormat instance variable.

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

setCreationTime

public void setCreationTime(java.lang.String pd_BaseProblemArtifact_creationTime)
Sets value of the creationTime instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_creationTime - The new value of the creationTime instance variable.

getCreationTime

public java.lang.String getCreationTime()
Gets the value of the creationTime instance variable.

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

setArtifactCreatorID

public void setArtifactCreatorID(java.lang.String pd_BaseProblemArtifact_artifactCreatorID)
Sets value of the artifactCreatorID instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_artifactCreatorID - The new value of the artifactCreatorID instance variable.

getArtifactCreatorID

public java.lang.String getArtifactCreatorID()
Gets the value of the artifactCreatorID instance variable.

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

setProcessID

public void setProcessID(java.lang.String pd_BaseProblemArtifact_processID)
Sets value of the processID instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_processID - The new value of the processID instance variable.

getProcessID

public java.lang.String getProcessID()
Gets the value of the processID instance variable.

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

setThreadID

public void setThreadID(java.lang.String pd_BaseProblemArtifact_threadID)
Sets value of the threadID instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_threadID - The new value of the threadID instance variable.

getThreadID

public java.lang.String getThreadID()
Gets the value of the threadID instance variable.

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

setArtifactEncodingFormat

public void setArtifactEncodingFormat(java.lang.String pd_BaseProblemArtifact_artifactEncodingFormat)
Sets value of the artifactEncodingFormat instance variable to the specified value.

Parameters:
pd_BaseProblemArtifact_artifactEncodingFormat - The new value of the artifactEncodingFormat instance variable.

getArtifactEncodingFormat

public java.lang.String getArtifactEncodingFormat()
Gets the value of the artifactEncodingFormat instance variable.

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

toCanonicalXMLString

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

Returns:
the canonical XML representation of this object

regenerateUniqueInstanceID

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


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.