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:
Entity,org.molgenis.util.i18n.Identifiable
public class SortaJobExecution extends JobExecution
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.molgenis.jobs.model.JobExecution
JobExecution.Status
-
-
Field Summary
-
Fields inherited from class org.molgenis.jobs.model.JobExecution
MAX_LOG_LENGTH, MAX_PROGRESS_MESSAGE_LENGTH, TRUNCATION_BANNER
-
-
Constructor Summary
Constructors Constructor Description SortaJobExecution(String identifier, EntityType entityType)SortaJobExecution(Entity entity)SortaJobExecution(EntityType entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeleteUrl()StringgetName()StringgetOntologyIri()StringgetResultEntityName()StringgetSourceEntityName()doublegetThreshold()voidsetDeleteUrl(String deleteUrl)voidsetName(String name)voidsetOntologyIri(String ontologyIri)voidsetResultEntityName(String resultEntityName)voidsetSourceEntityName(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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.molgenis.data.Entity
get, getBoolean, getDouble, getEntities, getEntities, getEntity, getEntity, getInstant, getInt, getLocalDate, getLong, getString, set
-
-
-
-
Constructor Detail
-
SortaJobExecution
public SortaJobExecution(Entity entity)
-
SortaJobExecution
public SortaJobExecution(EntityType entityType)
-
SortaJobExecution
public SortaJobExecution(String identifier, EntityType entityType)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getResultEntityName
public String getResultEntityName()
-
setResultEntityName
public void setResultEntityName(String resultEntityName)
-
getSourceEntityName
public String getSourceEntityName()
-
setSourceEntityName
public void setSourceEntityName(String sourceEntityName)
-
getDeleteUrl
public String getDeleteUrl()
-
setDeleteUrl
public void setDeleteUrl(String deleteUrl)
-
setOntologyIri
public void setOntologyIri(String ontologyIri)
-
getOntologyIri
public String getOntologyIri()
-
setThreshold
public void setThreshold(double threshold)
-
getThreshold
public double getThreshold()
-
-