Package com.technia.tif.enovia.job
Class EnoviaJob
- java.lang.Object
-
- com.technia.tif.enovia.model.ServerInstanceAware
-
- com.technia.tif.enovia.model.JobEntity
-
- com.technia.tif.enovia.job.EnoviaJob
-
- All Implemented Interfaces:
com.technia.tif.enovia.model.Job,com.technia.tif.enovia.search.IndexableItem
@Entity @API public class EnoviaJob extends JobEntity
- Since:
- 31 okt 2012
-
-
Constructor Summary
Constructors Constructor Description EnoviaJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEnoviaUser()com.technia.tif.enovia.JobDatagetJobData()com.technia.tif.enovia.job.EnoviaQueuegetQueue()com.technia.tif.enovia.job.SourceObjectgetSourceObject()booleanisAsyncSupported()voidsetAsyncSupported(boolean asyncSupported)voidsetEnoviaUser(java.lang.String enoviaUser)voidsetJobData(com.technia.tif.enovia.JobData jobData)voidsetQueue(com.technia.tif.enovia.job.EnoviaQueue queue)voidsetSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject)java.lang.StringtoString()-
Methods inherited from class com.technia.tif.enovia.model.JobEntity
getCompleted, getCreated, getEnd, getErrorDetails, getErrorMessage, getExecTime, getId, getIndexerVersion, getJobId, getLastIndexed, getResolvedDesc, getService, getStart, getStatus, isResolved, setCompleted, setCreated, setErrorDetails, setErrorMessage, setJobId, setResolved, setResolvedDesc, setService, setStatus
-
-
-
-
Method Detail
-
getEnoviaUser
public java.lang.String getEnoviaUser()
-
setEnoviaUser
public void setEnoviaUser(java.lang.String enoviaUser)
-
getQueue
public com.technia.tif.enovia.job.EnoviaQueue getQueue()
-
setQueue
public void setQueue(com.technia.tif.enovia.job.EnoviaQueue queue)
-
getJobData
public com.technia.tif.enovia.JobData getJobData()
-
setJobData
public void setJobData(com.technia.tif.enovia.JobData jobData)
-
getSourceObject
public com.technia.tif.enovia.job.SourceObject getSourceObject()
-
setSourceObject
public void setSourceObject(com.technia.tif.enovia.job.SourceObject sourceObject)
-
isAsyncSupported
public boolean isAsyncSupported()
-
setAsyncSupported
public void setAsyncSupported(boolean asyncSupported)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-