Class SavedBulkLoadProfile

java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SavedBulkLoadProfile

public class SavedBulkLoadProfile extends QRecordEntity
Entity bean for the savedBulkLoadProfile table
  • Field Details

  • Constructor Details

    • SavedBulkLoadProfile

      public SavedBulkLoadProfile()
      Constructor
    • SavedBulkLoadProfile

      public SavedBulkLoadProfile(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
    • getCreateDate

      public Instant getCreateDate()
      Getter for createDate
    • setCreateDate

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

      public Instant getModifyDate()
      Getter for modifyDate
    • setModifyDate

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

      public String getLabel()
      Getter for label
    • setLabel

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

      public SavedBulkLoadProfile withLabel(String label)
      Fluent setter for label
    • getTableName

      public String getTableName()
      Getter for tableName
    • setTableName

      public void setTableName(String tableName)
      Setter for tableName
    • withTableName

      public SavedBulkLoadProfile withTableName(String tableName)
      Fluent setter for tableName
    • getUserId

      public String getUserId()
      Getter for userId
    • setUserId

      public void setUserId(String userId)
      Setter for userId
    • withUserId

      public SavedBulkLoadProfile withUserId(String userId)
      Fluent setter for userId
    • getMappingJson

      public String getMappingJson()
      Getter for mappingJson
    • setMappingJson

      public void setMappingJson(String mappingJson)
      Setter for mappingJson
    • withMappingJson

      public SavedBulkLoadProfile withMappingJson(String mappingJson)
      Fluent setter for mappingJson