comirva.web.crawling.agmis
Class RetrievalData

java.lang.Object
  extended by comirva.web.crawling.agmis.RetrievalData

 class RetrievalData
extends Object

Class to hold the data structure for the retrieval of one URL into one file.


Constructor Summary
RetrievalData(URL url, File file, int index)
           
RetrievalData(URL url, File file, Integer index)
           
RetrievalData(URL url, String file, int index)
           
RetrievalData(URL url, String file, Integer index)
           
 
Method Summary
 File getFile()
           
 Integer getIndex()
           
 URL getUrl()
           
 void setFile(File file)
           
 void setIndex(Integer index)
           
 void setUrl(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrievalData

public RetrievalData(URL url,
                     File file,
                     Integer index)

RetrievalData

public RetrievalData(URL url,
                     File file,
                     int index)

RetrievalData

public RetrievalData(URL url,
                     String file,
                     Integer index)

RetrievalData

public RetrievalData(URL url,
                     String file,
                     int index)
Method Detail

getFile

public File getFile()
Returns:
the file

setFile

public void setFile(File file)
Parameters:
file - the file to set

getIndex

public Integer getIndex()
Returns:
the index

setIndex

public void setIndex(Integer index)
Parameters:
index - the index to set

getUrl

public URL getUrl()
Returns:
the url

setUrl

public void setUrl(URL url)
Parameters:
url - the url to set