com.ibm.ram.common.data
Class ArtifactSearchResult
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactSearchResult
public ArtifactSearchResult()
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