Class OutputData
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.OutputData
public class OutputData extends Object
The output data from a Job.
-
Constructor Summary
Constructors Constructor Description OutputData()
Creates an empty item of data.OutputData(String repository)
Make an instance for a repository. -
Method Summary
Modifier and Type Method Description List<DataItem>
getFiles()
Get the files.String
getRepository()
Get the repository.void
setFiles(List<DataItem> files)
Set the files.void
setRepository(String repository)
Set the repository.
-
Constructor Details
-
OutputData
public OutputData()Creates an empty item of data. -
OutputData
Make an instance for a repository.- Parameters:
repository
- The name of the repository.
-
-
Method Details
-
getRepository
Get the repository.- Returns:
- The repository.
-
setRepository
Set the repository.- Parameters:
repository
- The repository to set.
-
getFiles
Get the files.- Returns:
- The files.
-
setFiles
Set the files.- Parameters:
files
- The files to set.
-