com.ibm.ram.common.data
Class AssetSearchResult

java.lang.Object
  extended by com.ibm.ram.common.data.AssetSearchResult
Direct Known Subclasses:
RAMAssetSearchResult

public class AssetSearchResult
extends java.lang.Object

Represents one search result that points to assets and additional information, such as matching artifacts or related assets

Since:
7.1.1

Constructor Summary
AssetSearchResult()
           
 
Method Summary
 AssetInformation getAsset()
           
 AssetSearchResult[] getChildAssetResult()
           
 ArtifactSearchResult[] getMatchingArtifacts()
           
 int getRelevance()
           
 void setAsset(AssetInformation assetInformation)
           
 void setChildAssetResult(AssetSearchResult[] childAssetResult)
           
 void setMatchingArtifacts(ArtifactSearchResult[] matchingArtifacts)
           
 void setRelevance(int relevance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetSearchResult

public AssetSearchResult()
Method Detail

getAsset

public AssetInformation getAsset()
Returns:
Returns the assetInformation.
Since:
7.1.1

setAsset

public void setAsset(AssetInformation assetInformation)
Parameters:
assetInformation - The assetInformation to set.
Since:
7.1.1

getMatchingArtifacts

public ArtifactSearchResult[] getMatchingArtifacts()
Returns:
Returns the matchingArtifacts.
Since:
7.1.1

setMatchingArtifacts

public void setMatchingArtifacts(ArtifactSearchResult[] matchingArtifacts)
Parameters:
matchingArtifacts - The matchingArtifacts to set.
Since:
7.1.1

getChildAssetResult

public AssetSearchResult[] getChildAssetResult()
Returns:
Returns the childAssetResult.
Since:
7.1.1

setChildAssetResult

public void setChildAssetResult(AssetSearchResult[] childAssetResult)
Parameters:
childAssetResult - The childAssetResult to set.
Since:
7.1.1

getRelevance

public int getRelevance()
Returns:
Returns the relevance.
Since:
7.1.1

setRelevance

public void setRelevance(int relevance)
Parameters:
relevance - The relevance to set.
Since:
7.1.1