com.ibm.ram.common.data
Class ArtifactSearchResult

java.lang.Object
  extended by com.ibm.ram.common.data.ArtifactSearchResult
Direct Known Subclasses:
RAMArtifactSearchResult

public class ArtifactSearchResult
extends java.lang.Object

Represents the part of a search result that defines an artifact that is matched in the search

Since:
7.1.1

Constructor Summary
ArtifactSearchResult()
           
 
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
 

Constructor Detail

ArtifactSearchResult

public ArtifactSearchResult()
Method Detail

getArtifact

public Artifact getArtifact()
Returns:
Returns the artifact.
Since:
7.1.1

setArtifact

public void setArtifact(Artifact artifact)
Parameters:
artifact - The artifact to set.
Since:
7.1.1

getMatches

public java.lang.String[] getMatches()
Returns:
Returns the matches.
Since:
7.1.1

setMatches

public void setMatches(java.lang.String[] matches)
Parameters:
matches - The matches to set.
Since:
7.1.1