Class SchedulerJobInstanceSearchFilterImpl

  • All Implemented Interfaces:
    org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter

    public class SchedulerJobInstanceSearchFilterImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
    • Constructor Detail

      • SchedulerJobInstanceSearchFilterImpl

        public SchedulerJobInstanceSearchFilterImpl()
    • Method Detail

      • getJobName

        public java.lang.String getJobName()
        Specified by:
        getJobName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setJobName

        public void setJobName​(java.lang.String jobName)
        Specified by:
        setJobName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getDisplayNameFilter

        public java.lang.String getDisplayNameFilter()
        Specified by:
        getDisplayNameFilter in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setDisplayNameFilter

        public void setDisplayNameFilter​(java.lang.String displayNameFilter)
        Specified by:
        setDisplayNameFilter in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getJobType

        public java.lang.String getJobType()
        Specified by:
        getJobType in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setJobType

        public void setJobType​(java.lang.String jobType)
        Specified by:
        setJobType in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getContextName

        public java.lang.String getContextName()
        Specified by:
        getContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setContextName

        public void setContextName​(java.lang.String contextName)
        Specified by:
        setContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getContextInstanceId

        public java.lang.String getContextInstanceId()
        Specified by:
        getContextInstanceId in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setContextInstanceId

        public void setContextInstanceId​(java.lang.String contextInstanceId)
        Specified by:
        setContextInstanceId in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getChildContextName

        public java.lang.String getChildContextName()
        Specified by:
        getChildContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setChildContextName

        public void setChildContextName​(java.lang.String childContextName)
        Specified by:
        setChildContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getStatus

        public java.lang.String getStatus()
        Specified by:
        getStatus in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setStatus

        public void setStatus​(java.lang.String status)
        Specified by:
        setStatus in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • isTargetResidingContextOnly

        public java.lang.Boolean isTargetResidingContextOnly()
        Specified by:
        isTargetResidingContextOnly in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setTargetResidingContextOnly

        public void setTargetResidingContextOnly​(java.lang.Boolean targetResidingContextOnly)
        Specified by:
        setTargetResidingContextOnly in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • isParticipatesInLock

        public java.lang.Boolean isParticipatesInLock()
        Specified by:
        isParticipatesInLock in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setParticipatesInLock

        public void setParticipatesInLock​(java.lang.Boolean participatesInLock)
        Specified by:
        setParticipatesInLock in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getStartTimeWindowStart

        public long getStartTimeWindowStart()
        Specified by:
        getStartTimeWindowStart in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setStartTimeWindowStart

        public void setStartTimeWindowStart​(long startTimeWindowStart)
        Specified by:
        setStartTimeWindowStart in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getStartTimeWindowEnd

        public long getStartTimeWindowEnd()
        Specified by:
        getStartTimeWindowEnd in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setStartTimeWindowEnd

        public void setStartTimeWindowEnd​(long startTimeWindowEnd)
        Specified by:
        setStartTimeWindowEnd in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getEndTimeWindowStart

        public long getEndTimeWindowStart()
        Specified by:
        getEndTimeWindowStart in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setEndTimeWindowStart

        public void setEndTimeWindowStart​(long endTimeWindowStart)
        Specified by:
        setEndTimeWindowStart in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • getEndTimeWindowEnd

        public long getEndTimeWindowEnd()
        Specified by:
        getEndTimeWindowEnd in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • setEndTimeWindowEnd

        public void setEndTimeWindowEnd​(long endTimeWindowEnd)
        Specified by:
        setEndTimeWindowEnd in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstanceSearchFilter
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object