|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.ArtifactReference
com.ibm.ram.client.RAMArtifactReference
public class RAMArtifactReference
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.
| 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 |
|---|
public java.lang.String getDescription()
ArtifactReference
getDescription in class ArtifactReferencepublic java.lang.String getKind()
ArtifactReference
getKind in class ArtifactReferencepublic java.lang.String getValue()
ArtifactReference
getValue in class ArtifactReferencepublic void setDescription(java.lang.String descriptionValue)
ArtifactReference
setDescription in class ArtifactReferencedescriptionValue - The description to set.public void setKind(java.lang.String kindName)
ArtifactReference
setKind in class ArtifactReferencekindName - The kind to set.public void setValue(java.lang.String value)
ArtifactReference
setValue in class ArtifactReferencevalue - The value to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||