Class ScriptLogLine

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scripts.ScriptLogLine

public class ScriptLogLine extends QRecordEntity
  • Field Details

  • Constructor Details

    • ScriptLogLine

      public ScriptLogLine()
  • Method Details

    • getId

      public Integer getId()
      Getter for id
    • setId

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

      public ScriptLogLine 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 ScriptLogLine 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 ScriptLogLine withModifyDate(Instant modifyDate)
      Fluent setter for modifyDate
    • getScriptLogId

      public Integer getScriptLogId()
      Getter for scriptLogId
    • setScriptLogId

      public void setScriptLogId(Integer scriptLogId)
      Setter for scriptLogId
    • withScriptLogId

      public ScriptLogLine withScriptLogId(Integer scriptLogId)
      Fluent setter for scriptLogId
    • getTimestamp

      public Instant getTimestamp()
      Getter for timestamp
    • setTimestamp

      public void setTimestamp(Instant timestamp)
      Setter for timestamp
    • withTimestamp

      public ScriptLogLine withTimestamp(Instant timestamp)
      Fluent setter for timestamp
    • getText

      public String getText()
      Getter for text
    • setText

      public void setText(String text)
      Setter for text
    • withText

      public ScriptLogLine withText(String text)
      Fluent setter for text