|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.etools.logging.pd.artifacts.PD_BaseProblemArtifact
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 |
public PD_BaseProblemArtifact()
Method Detail |
public java.lang.String getUniqueInstanceID()
public void setId(java.lang.String pd_BaseProblemArtifact_id)
pd_BaseProblemArtifact_id
- The new value of the id instance variable.public java.lang.String getId()
null
if the value of the id instance variable has not been set or is set to null
.public void setHostID(java.lang.String pd_BaseProblemArtifact_hostID)
pd_BaseProblemArtifact_hostID
- The new value of the hostID instance variable.public java.lang.String getHostID()
null
if the value of the hostID instance variable has not been set or set to null
.public void setHostIDFormat(java.lang.String pd_BaseProblemArtifact_hostIDFormat)
pd_BaseProblemArtifact_hostIDFormat
- The new value of the hostIDFormat instance variable.public java.lang.String getHostIDFormat()
null
if the value of the hostIDFormat instance variable has not been set or set to null
.public void setOtherHostIDFormat(java.lang.String pd_BaseProblemArtifact_otherHostIDFormat)
pd_BaseProblemArtifact_otherHostIDFormat
- The new value of the otherHostIDFormat instance variable.public java.lang.String getOtherHostIDFormat()
null
if the value of the otherHostIDFormat instance variable has not been set or set to null
.public void setCreationTime(java.lang.String pd_BaseProblemArtifact_creationTime)
pd_BaseProblemArtifact_creationTime
- The new value of the creationTime instance variable.public java.lang.String getCreationTime()
null
if the value of the creationTime instance variable has not been set or set to null
.public void setArtifactCreatorID(java.lang.String pd_BaseProblemArtifact_artifactCreatorID)
pd_BaseProblemArtifact_artifactCreatorID
- The new value of the artifactCreatorID instance variable.public java.lang.String getArtifactCreatorID()
null
if the value of the artifactCreatorID instance variable has not been set or set to null
.public void setProcessID(java.lang.String pd_BaseProblemArtifact_processID)
pd_BaseProblemArtifact_processID
- The new value of the processID instance variable.public java.lang.String getProcessID()
null
if the value of the processID instance variable has not been set or set to null
.public void setThreadID(java.lang.String pd_BaseProblemArtifact_threadID)
pd_BaseProblemArtifact_threadID
- The new value of the threadID instance variable.public java.lang.String getThreadID()
null
if the value of the threadID instance variable has not been set or set to null
.public void setArtifactEncodingFormat(java.lang.String pd_BaseProblemArtifact_artifactEncodingFormat)
pd_BaseProblemArtifact_artifactEncodingFormat
- The new value of the artifactEncodingFormat instance variable.public java.lang.String getArtifactEncodingFormat()
null
if the value of the artifactEncodingFormat instance variable has not been set or set to null
.public java.lang.String toCanonicalXMLString()
public void regenerateUniqueInstanceID()
public void init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |