Package org.molgenis.file.ingest.meta
Class FileIngestJobExecution
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.jobs.model.JobExecution
-
- org.molgenis.file.ingest.meta.FileIngestJobExecution
-
- All Implemented Interfaces:
org.molgenis.data.Entity,org.molgenis.i18n.Identifiable
public class FileIngestJobExecution extends org.molgenis.jobs.model.JobExecution
-
-
Constructor Summary
Constructors Constructor Description FileIngestJobExecution(String identifier, org.molgenis.data.meta.model.EntityType entityType)FileIngestJobExecution(org.molgenis.data.Entity entity)FileIngestJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.molgenis.data.file.model.FileMetagetFile()StringgetLoader()StringgetTargetEntityId()StringgetUrl()voidsetFile(org.molgenis.data.file.model.FileMeta value)voidsetLoader(String loader)voidsetTargetEntityId(String targetEntityId)voidsetUrl(String url)-
Methods inherited from class org.molgenis.jobs.model.JobExecution
getEndDate, getFailureEmail, getIdentifier, getLog, getProgressInt, getProgressMax, getProgressMessage, getResultUrl, getScheduledJobId, getStartDate, getStatus, getSubmissionDate, getSuccessEmail, getType, getUser, setEndDate, setFailureEmail, setIdentifier, setProgressInt, setProgressMax, setProgressMessage, setResultUrl, setScheduledJobId, setStartDate, setStatus, setSubmissionDate, setSuccessEmail, setType, setUser
-
-
-
-
Constructor Detail
-
FileIngestJobExecution
public FileIngestJobExecution(org.molgenis.data.Entity entity)
-
FileIngestJobExecution
public FileIngestJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
FileIngestJobExecution
public FileIngestJobExecution(String identifier, org.molgenis.data.meta.model.EntityType entityType)
-
-
Method Detail
-
getFile
@Nullable @CheckForNull public org.molgenis.data.file.model.FileMeta getFile()
-
setFile
public void setFile(org.molgenis.data.file.model.FileMeta value)
-
setUrl
public void setUrl(String url)
-
getUrl
public String getUrl()
-
getTargetEntityId
public String getTargetEntityId()
-
setTargetEntityId
public void setTargetEntityId(String targetEntityId)
-
setLoader
public void setLoader(String loader)
-
getLoader
public String getLoader()
-
-