Class SharedSavedBulkLoadProfile

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

public class SharedSavedBulkLoadProfile extends QRecordEntity
Entity bean for the shared saved bulk load profile table
  • Field Details

  • Constructor Details

    • SharedSavedBulkLoadProfile

      public SharedSavedBulkLoadProfile()
      Constructor
    • SharedSavedBulkLoadProfile

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

      public String getUserId()
      Getter for userId
    • setUserId

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

      public SharedSavedBulkLoadProfile withUserId(String userId)
      Fluent setter for userId
    • getScope

      public String getScope()
      Getter for scope
    • setScope

      public void setScope(String scope)
      Setter for scope
    • withScope

      public SharedSavedBulkLoadProfile withScope(String scope)
      Fluent setter for scope
    • getSavedBulkLoadProfileId

      public Integer getSavedBulkLoadProfileId()
      Getter for savedBulkLoadProfileId
    • setSavedBulkLoadProfileId

      public void setSavedBulkLoadProfileId(Integer savedBulkLoadProfileId)
      Setter for savedBulkLoadProfileId
    • withSavedBulkLoadProfileId

      public SharedSavedBulkLoadProfile withSavedBulkLoadProfileId(Integer savedBulkLoadProfileId)
      Fluent setter for savedBulkLoadProfileId