Class QQQTable

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.tables.QQQTable

public class QQQTable extends QRecordEntity
QRecord Entity for QQQTable table - e.g., table that stores an id, name and the label for all tables in the QQQ application. Useful as a foreign key from other logging type tables.
  • Field Details

  • Constructor Details

    • QQQTable

      public QQQTable()
      Default constructor
    • QQQTable

      public QQQTable(QRecord record)
      Constructor that takes a QRecord
  • Method Details

    • getId

      public Integer getId()
      Getter for id
    • setId

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

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

      public String getName()
      Getter for name
    • setName

      public void setName(String name)
      Setter for name
    • withName

      public QQQTable withName(String name)
      Fluent setter for name
    • getLabel

      public String getLabel()
      Getter for label
    • setLabel

      public void setLabel(String label)
      Setter for label
    • withLabel

      public QQQTable withLabel(String label)
      Fluent setter for label