com.application.areca.search
Class TargetSearchResult

java.lang.Object
  extended by com.application.areca.search.TargetSearchResult

public class TargetSearchResult
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
TargetSearchResult()
           
 
Method Summary
 void addSearchresultItem(SearchResultItem item)
           
 java.util.Set getItems()
           
 AbstractRecoveryTarget getTarget()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetSearchResult

public TargetSearchResult()
Method Detail

getItems

public java.util.Set getItems()

getTarget

public AbstractRecoveryTarget getTarget()

addSearchresultItem

public void addSearchresultItem(SearchResultItem item)

isEmpty

public boolean isEmpty()