Class ScheduledContextInstanceRecordImpl

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

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

      • ScheduledContextInstanceRecordImpl

        public ScheduledContextInstanceRecordImpl()
    • Method Detail

      • setContextName

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

        public org.ikasan.spec.scheduled.instance.model.ContextInstance getContextInstance()
        Specified by:
        getContextInstance in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • setContextInstance

        public void setContextInstance​(org.ikasan.spec.scheduled.instance.model.ContextInstance context)
        Specified by:
        setContextInstance in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • setTimestamp

        public void setTimestamp​(long timestamp)
        Specified by:
        setTimestamp in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • getId

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

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

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

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

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

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

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

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

        public void setModifiedBy​(java.lang.String modifiedBy)
        Specified by:
        setModifiedBy in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • getContextInstanceId

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

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

        public long getStartTime()
        Specified by:
        getStartTime in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • setStartTime

        public void setStartTime​(long startTime)
        Specified by:
        setStartTime in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • getEndTime

        public long getEndTime()
        Specified by:
        getEndTime in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • setEndTime

        public void setEndTime​(long endTime)
        Specified by:
        setEndTime in interface org.ikasan.spec.scheduled.instance.model.ScheduledContextInstanceRecord
      • toString

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