Class JobContainer

    • Constructor Detail

      • JobContainer

        public JobContainer()
    • Method Detail

      • autoCleared

        public boolean autoCleared()
        Specified by:
        autoCleared in interface Job
      • autoCleared

        public void autoCleared​(boolean newAutoCleared)
      • autoCleared

        public void autoCleared​(Boolean newAutoCleared)
      • autoClearedPresent

        public boolean autoClearedPresent()
        Specified by:
        autoClearedPresent in interface Job
      • endTime

        public Date endTime()
        Specified by:
        endTime in interface Job
      • endTime

        public void endTime​(Date newEndTime)
      • endTimePresent

        public boolean endTimePresent()
        Specified by:
        endTimePresent in interface Job
      • external

        public boolean external()
        Specified by:
        external in interface Job
      • external

        public void external​(boolean newExternal)
      • external

        public void external​(Boolean newExternal)
      • externalPresent

        public boolean externalPresent()
        Specified by:
        externalPresent in interface Job
      • lastUpdated

        public void lastUpdated​(Date newLastUpdated)
      • lastUpdatedPresent

        public boolean lastUpdatedPresent()
        Specified by:
        lastUpdatedPresent in interface Job
      • startTime

        public Date startTime()
        Specified by:
        startTime in interface Job
      • startTime

        public void startTime​(Date newStartTime)
      • startTimePresent

        public boolean startTimePresent()
        Specified by:
        startTimePresent in interface Job
      • status

        public void status​(JobStatus newStatus)
      • statusPresent

        public boolean statusPresent()
        Specified by:
        statusPresent in interface Job
      • owner

        public User owner()
        Specified by:
        owner in interface Job
      • owner

        public void owner​(User newOwner)
      • ownerPresent

        public boolean ownerPresent()
        Specified by:
        ownerPresent in interface Job
      • steps

        public void steps​(List<Step> newSteps)
      • stepsPresent

        public boolean stepsPresent()
        Specified by:
        stepsPresent in interface Job