Class ScheduledContextRecordImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.ikasan.spec.scheduled.context.model.ScheduledContextRecord

    public class ScheduledContextRecordImpl
    extends java.lang.Object
    implements org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
    See Also:
    Serialized Form
    • Constructor Detail

      • ScheduledContextRecordImpl

        public ScheduledContextRecordImpl()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • getContextName

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

        public void setContextName​(java.lang.String contextName)
        Specified by:
        setContextName in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • getContext

        public org.ikasan.spec.scheduled.context.model.ContextTemplate getContext()
        Specified by:
        getContext in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setContext

        public void setContext​(org.ikasan.spec.scheduled.context.model.ContextTemplate context)
        Specified by:
        setContext in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Specified by:
        setTimestamp in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • getTimestamp

        public long getTimestamp()
        Specified by:
        getTimestamp in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • getModifiedTimestamp

        public long getModifiedTimestamp()
        Specified by:
        getModifiedTimestamp in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setModifiedTimestamp

        public void setModifiedTimestamp​(long modifiedTimestamp)
        Specified by:
        setModifiedTimestamp in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • getModifiedBy

        public java.lang.String getModifiedBy()
        Specified by:
        getModifiedBy in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setModifiedBy

        public void setModifiedBy​(java.lang.String modifiedBy)
        Specified by:
        setModifiedBy in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • isDisabled

        public boolean isDisabled()
        Specified by:
        isDisabled in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setDisabled

        public void setDisabled​(boolean disabled)
      • isQuartzScheduleDrivenJobsDisabledForContext

        public boolean isQuartzScheduleDrivenJobsDisabledForContext()
        Specified by:
        isQuartzScheduleDrivenJobsDisabledForContext in interface org.ikasan.spec.scheduled.context.model.ScheduledContextRecord
      • setQuartzScheduleDrivenJobsDisabledForContext

        public void setQuartzScheduleDrivenJobsDisabledForContext​(boolean quartzScheduleDrivenJobsDisabledForContext)