Package org.cyclos.entities.utils
Class BackgroundTaskExecution
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.utils.BackgroundTaskExecution
-
- All Implemented Interfaces:
Cloneable,ProcessableForDataTranslation,IEntity
@Entity public class BackgroundTaskExecution extends SimpleEntity
Stores a peristentBackgroundTask
-
-
Constructor Summary
Constructors Constructor Description BackgroundTaskExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetContext()CustomBackgroundTaskgetCustom()StringgetDisplay()DategetScheduledFor()DategetSubmittedAt()voidsetClassName(String className)voidsetContext(String context)voidsetCustom(CustomBackgroundTask custom)voidsetDisplay(String display)voidsetScheduledFor(Date scheduledFor)voidsetSubmittedAt(Date submittedAt)-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, toShortString, toString, uniqueIds, uniqueIds
-
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
getContext
public String getContext()
-
getCustom
public CustomBackgroundTask getCustom()
-
getDisplay
public String getDisplay()
-
getScheduledFor
public Date getScheduledFor()
-
getSubmittedAt
public Date getSubmittedAt()
-
setClassName
public void setClassName(String className)
-
setContext
public void setContext(String context)
-
setCustom
public void setCustom(CustomBackgroundTask custom)
-
setDisplay
public void setDisplay(String display)
-
setScheduledFor
public void setScheduledFor(Date scheduledFor)
-
setSubmittedAt
public void setSubmittedAt(Date submittedAt)
-
-