Class OutputData
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.OutputData
The output data from a Job.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty item of data.OutputData
(String repository) Make an instance for a repository. -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
Get the files.Get the repository.void
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.
-