Class ScheduledJob


  • public class ScheduledJob
    extends Object
    This class holds all data that go into the Job table.
    • Constructor Detail

      • ScheduledJob

        public ScheduledJob()
    • Method Detail

      • getJobId

        public Integer getJobId()
      • setJobId

        public void setJobId​(Integer jobId)
      • getPriority

        public Integer getPriority()
      • setPriority

        public void setPriority​(Integer priority)
      • getCreated

        public Instant getCreated()
      • setCreated

        public void setCreated​(Instant created)
      • setDue

        public void setDue​(Instant due)
      • getLockedBy

        public String getLockedBy()
      • setLockedBy

        public void setLockedBy​(String lockedBy)
      • getLockExpires

        public Instant getLockExpires()
      • setLockExpires

        public void setLockExpires​(Instant lockExpires)
      • setArguments

        public void setArguments​(Map<String,​String> arguments)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getRetryCount

        public int getRetryCount()
      • setRetryCount

        public void setRetryCount​(int retryCount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object