Class ScheduledJobParameter

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scheduledjobs.ScheduledJobParameter

public class ScheduledJobParameter extends QRecordEntity
  • Field Details

  • Constructor Details

    • ScheduledJobParameter

      public ScheduledJobParameter()
      Constructor
    • ScheduledJobParameter

      public ScheduledJobParameter(QRecord qRecord) throws QException
      Constructor
      Throws:
      QException
  • Method Details

    • getId

      public Integer getId()
      Getter for id
    • setId

      public void setId(Integer id)
      Setter for id
    • withId

      public ScheduledJobParameter withId(Integer id)
      Fluent setter for id
    • getCreateDate

      public Instant getCreateDate()
      Getter for createDate
    • setCreateDate

      public void setCreateDate(Instant createDate)
      Setter for createDate
    • withCreateDate

      public ScheduledJobParameter withCreateDate(Instant createDate)
      Fluent setter for createDate
    • getModifyDate

      public Instant getModifyDate()
      Getter for modifyDate
    • setModifyDate

      public void setModifyDate(Instant modifyDate)
      Setter for modifyDate
    • withModifyDate

      public ScheduledJobParameter withModifyDate(Instant modifyDate)
      Fluent setter for modifyDate
    • getScheduledJobId

      public Integer getScheduledJobId()
      Getter for scheduledJobId
    • setScheduledJobId

      public void setScheduledJobId(Integer scheduledJobId)
      Setter for scheduledJobId
    • withScheduledJobId

      public ScheduledJobParameter withScheduledJobId(Integer scheduledJobId)
      Fluent setter for scheduledJobId
    • getKey

      public String getKey()
      Getter for key
    • setKey

      public void setKey(String key)
      Setter for key
    • withKey

      public ScheduledJobParameter withKey(String key)
      Fluent setter for key
    • getValue

      public String getValue()
      Getter for value
    • setValue

      public void setValue(String value)
      Setter for value
    • withValue

      public ScheduledJobParameter withValue(String value)
      Fluent setter for value