com.ibm.ram.client
Class RAMArtifactReference

java.lang.Object
  extended by com.ibm.ram.common.data.ArtifactReference
      extended by com.ibm.ram.client.RAMArtifactReference

public class RAMArtifactReference
extends ArtifactReference

Contains semantic information about where an artifact is located or where it is from. Note: Some artifacts use this information internally. If you change the existing data, the meaning of the artifact can break.

Since:
7.1
Author:
kbauer

Method Summary
 java.lang.String getDescription()
          A String description of this reference
 java.lang.String getKind()
          The kind of reference HREF, CVS, CC etc.
 java.lang.String getValue()
          The value of the reference.
 void setDescription(java.lang.String descriptionValue)
          A String description of this reference
 void setKind(java.lang.String kindName)
          The kind of reference HREF, CVS, CC etc.
 void setValue(java.lang.String value)
          The value of the reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
Description copied from class: ArtifactReference
A String description of this reference

Overrides:
getDescription in class ArtifactReference
Returns:
Returns the description.

getKind

public java.lang.String getKind()
Description copied from class: ArtifactReference
The kind of reference HREF, CVS, CC etc.

Overrides:
getKind in class ArtifactReference
Returns:
Returns the kind.

getValue

public java.lang.String getValue()
Description copied from class: ArtifactReference
The value of the reference.

Overrides:
getValue in class ArtifactReference
Returns:
Returns the value.

setDescription

public void setDescription(java.lang.String descriptionValue)
Description copied from class: ArtifactReference
A String description of this reference

Overrides:
setDescription in class ArtifactReference
Parameters:
descriptionValue - The description to set.

setKind

public void setKind(java.lang.String kindName)
Description copied from class: ArtifactReference
The kind of reference HREF, CVS, CC etc.

Overrides:
setKind in class ArtifactReference
Parameters:
kindName - The kind to set.

setValue

public void setValue(java.lang.String value)
Description copied from class: ArtifactReference
The value of the reference.

Overrides:
setValue in class ArtifactReference
Parameters:
value - The value to set.