com.ibm.ram.client
Class RAMArtifactSearchResult

java.lang.Object
  extended by com.ibm.ram.common.data.ArtifactSearchResult
      extended by com.ibm.ram.client.RAMArtifactSearchResult

public class RAMArtifactSearchResult
extends ArtifactSearchResult

Is returned from an artifact search. This result is for an artifact match from the search.

Since:
7.1.1
Author:
kbauer

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

getArtifact

public Artifact getArtifact()
Overrides:
getArtifact in class ArtifactSearchResult
Returns:
Returns the artifact.

setArtifact

public void setArtifact(Artifact artifact)
Overrides:
setArtifact in class ArtifactSearchResult
Parameters:
artifact - The artifact to set.

getMatches

public java.lang.String[] getMatches()
Overrides:
getMatches in class ArtifactSearchResult
Returns:
Returns the matches.

setMatches

public void setMatches(java.lang.String[] matches)
Overrides:
setMatches in class ArtifactSearchResult
Parameters:
matches - The matches to set.