Package org.molgenis.ontology.sorta.job
Class SortaJobExecution
- java.lang.Object
-
- org.molgenis.data.support.StaticEntity
-
- org.molgenis.jobs.model.JobExecution
-
- org.molgenis.ontology.sorta.job.SortaJobExecution
-
- All Implemented Interfaces:
org.molgenis.data.Entity,org.molgenis.util.i18n.Identifiable
public class SortaJobExecution extends org.molgenis.jobs.model.JobExecution
-
-
Constructor Summary
Constructors Constructor Description SortaJobExecution(java.lang.String identifier, org.molgenis.data.meta.model.EntityType entityType)SortaJobExecution(org.molgenis.data.Entity entity)SortaJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeleteUrl()java.lang.StringgetName()java.lang.StringgetOntologyIri()java.lang.StringgetResultEntityName()java.lang.StringgetSourceEntityName()doublegetThreshold()voidsetDeleteUrl(java.lang.String deleteUrl)voidsetName(java.lang.String name)voidsetOntologyIri(java.lang.String ontologyIri)voidsetResultEntityName(java.lang.String resultEntityName)voidsetSourceEntityName(java.lang.String sourceEntityName)voidsetThreshold(double threshold)-
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
-
Methods inherited from class org.molgenis.data.support.StaticEntity
get, getAttributeNames, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getEntityType, getIdValue, getInstant, getInt, getLabelValue, getLocalDate, getLong, getString, init, set, set, setIdValue, toString
-
-
-
-
Constructor Detail
-
SortaJobExecution
public SortaJobExecution(org.molgenis.data.Entity entity)
-
SortaJobExecution
public SortaJobExecution(org.molgenis.data.meta.model.EntityType entityType)
-
SortaJobExecution
public SortaJobExecution(java.lang.String identifier, org.molgenis.data.meta.model.EntityType entityType)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getResultEntityName
public java.lang.String getResultEntityName()
-
setResultEntityName
public void setResultEntityName(java.lang.String resultEntityName)
-
getSourceEntityName
public java.lang.String getSourceEntityName()
-
setSourceEntityName
public void setSourceEntityName(java.lang.String sourceEntityName)
-
getDeleteUrl
public java.lang.String getDeleteUrl()
-
setDeleteUrl
public void setDeleteUrl(java.lang.String deleteUrl)
-
setOntologyIri
public void setOntologyIri(java.lang.String ontologyIri)
-
getOntologyIri
public java.lang.String getOntologyIri()
-
setThreshold
public void setThreshold(double threshold)
-
getThreshold
public double getThreshold()
-
-