dk.netarkivet.harvester.harvesting
Interface JobInfo

All Known Implementing Classes:
Job, PersistentJobData

public interface JobInfo

Interface for selecting partial job information necessary for constructing HeritrixFiles.


Method Summary
 java.lang.String getHarvestFilenamePrefix()
          Get the harvestFilename prefix.
 java.lang.Long getJobID()
          Get the job ID belonging to a job.
 java.lang.Long getOrigHarvestDefinitionID()
          Get the harvest ID belonging to a job.
 

Method Detail

getJobID

java.lang.Long getJobID()
Get the job ID belonging to a job.

Returns:
The job ID belonging to a job.

getOrigHarvestDefinitionID

java.lang.Long getOrigHarvestDefinitionID()
Get the harvest ID belonging to a job.

Returns:
The harvest ID belonging to a job.

getHarvestFilenamePrefix

java.lang.String getHarvestFilenamePrefix()
Get the harvestFilename prefix.

Returns:
the harvestFilename prefix.