Package dev.soffa.foundation.extra.jobs
Class PendingJob
- java.lang.Object
-
- dev.soffa.foundation.extra.jobs.PendingJob
-
- All Implemented Interfaces:
EntityLifecycle,EntityModel
@Store("f_pending_jobs") public class PendingJob extends java.lang.Object implements EntityModel
-
-
Constructor Summary
Constructors Constructor Description PendingJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfailed(java.lang.String message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.soffa.foundation.data.EntityLifecycle
onInsert, onSave, onUpdate
-
Methods inherited from interface dev.soffa.foundation.data.EntityModel
getCreated, getId, setCreated, setId
-
-