|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.ArtifactSearchResult
com.ibm.ram.client.RAMArtifactSearchResult
public class RAMArtifactSearchResult
Is returned from an artifact search. This result is for an artifact match from the search.
| Method Summary | |
|---|---|
Artifact |
getArtifact()
|
java.lang.String[] |
getMatches()
|
void |
setArtifact(Artifact artifact)
|
void |
setMatches(java.lang.String[] matches)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Artifact getArtifact()
getArtifact in class ArtifactSearchResultpublic void setArtifact(Artifact artifact)
setArtifact in class ArtifactSearchResultartifact - The artifact to set.public java.lang.String[] getMatches()
getMatches in class ArtifactSearchResultpublic void setMatches(java.lang.String[] matches)
setMatches in class ArtifactSearchResultmatches - The matches to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||