|
|||||||||||
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_Artifact_Location
Constructor Summary | |
---|---|
PD_Artifact_Location()
PD_Artifact_Location constructors |
Method Summary | |
---|---|
java.lang.String |
getLocationDirectory()
Gets the value of the locationDirectory instance variable. |
java.lang.String |
getLocationFile()
Gets the value of the locationFile instance variable. |
java.lang.String |
getLocationLogicalDisk()
Gets the value of the locationLogicalDisk instance variable. |
java.lang.String |
getLocationRegistryKey()
Gets the value of the locationRegistryKey instance variable. |
PD_ProblemArtifact[] |
getProblemArtifactRefList()
Gets the value of the problemArtifactRefList 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 |
setLocationDirectory(java.lang.String pd_Artifact_Location_locationDirectory)
Sets value of the locationDirectory instance variable to the specified value. |
void |
setLocationFile(java.lang.String pd_Artifact_Location_locationFile)
Sets value of the locationFile instance variable to the specified value. |
void |
setLocationLogicalDisk(java.lang.String pd_Artifact_Location_locationLogicalDisk)
Sets value of the locationLogicalDisk instance variable to the specified value. |
void |
setLocationRegistryKey(java.lang.String pd_Artifact_Location_locationRegistryKey)
Sets value of the locationRegistryKey instance variable to the specified value. |
void |
setProblemArtifactRefList(PD_ProblemArtifact[] pd_Artifact_Location_problemArtifactRefList)
Sets value of the problemArtifactRefList 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_Artifact_Location()
Method Detail |
public java.lang.String getUniqueInstanceID()
public void setLocationDirectory(java.lang.String pd_Artifact_Location_locationDirectory)
pd_Artifact_Location_locationDirectory
- The new value of the locationDirectory instance variable.public java.lang.String getLocationDirectory()
null
if the value of the locationDirectory instance variable has not been set or is set to null
.public void setLocationFile(java.lang.String pd_Artifact_Location_locationFile)
pd_Artifact_Location_locationFile
- The new value of the locationFile instance variable.public java.lang.String getLocationFile()
null
if the value of the locationFile instance variable has not been set or is set to null
.public void setLocationLogicalDisk(java.lang.String pd_Artifact_Location_locationLogicalDisk)
pd_Artifact_Location_locationLogicalDisk
- The new value of the locationLogicalDisk instance variable.public java.lang.String getLocationLogicalDisk()
null
if the value of the locationLogicalDisk instance variable has not been set or is set to null
.public void setLocationRegistryKey(java.lang.String pd_Artifact_Location_locationRegistryKey)
pd_Artifact_Location_locationRegistryKey
- The new value of the locationRegistryKey instance variable.public java.lang.String getLocationRegistryKey()
null
if the value of the locationRegistryKey instance variable has not been set or is set to null
.public void setProblemArtifactRefList(PD_ProblemArtifact[] pd_Artifact_Location_problemArtifactRefList)
pd_Artifact_Location_problemArtifactRefList
- The new value of the problemArtifactRefList instance variable.public PD_ProblemArtifact[] getProblemArtifactRefList()
null
if the value of the problemArtifactRefList instance variable has not been set or is 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 |