Class SavedBulkLoadProfile
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.savedbulkloadprofiles.SavedBulkLoadProfile
Entity bean for the savedBulkLoadProfile table
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for createDategetId()
Getter for idgetLabel()
Getter for labelGetter for mappingJsonGetter for modifyDateGetter for tableNameGetter for userIdvoid
setCreateDate
(Instant createDate) Setter for createDatevoid
Setter for idvoid
Setter for labelvoid
setMappingJson
(String mappingJson) Setter for mappingJsonvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
setTableName
(String tableName) Setter for tableNamevoid
Setter for userIdFluent setter for labelwithMappingJson
(String mappingJson) Fluent setter for mappingJsonwithTableName
(String tableName) Fluent setter for tableNamewithUserId
(String userId) Fluent setter for userIdMethods inherited from class com.kingsrook.qqq.backend.core.model.data.QRecordEntity
fromQRecord, fromQRecord, getAnnotationOnField, getAssociationList, getFieldList, getFieldNameFromGetter, getQAssociationAnnotation, getQFieldAnnotation, getQIgnoreAnnotation, getTableName, populateFromQRecord, populateFromQRecord, registerTable, tableName, toQRecord, toQRecordOnlyChangedFields, toQRecordOnlyChangedFields
-
Field Details
-
TABLE_NAME
- See Also:
-
-
Constructor Details
-
SavedBulkLoadProfile
public SavedBulkLoadProfile()Constructor -
SavedBulkLoadProfile
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
getCreateDate
Getter for createDate -
setCreateDate
Setter for createDate -
getModifyDate
Getter for modifyDate -
setModifyDate
Setter for modifyDate -
getLabel
Getter for label -
setLabel
Setter for label -
withLabel
Fluent setter for label -
getTableName
Getter for tableName -
setTableName
Setter for tableName -
withTableName
Fluent setter for tableName -
getUserId
Getter for userId -
setUserId
Setter for userId -
withUserId
Fluent setter for userId -
getMappingJson
Getter for mappingJson -
setMappingJson
Setter for mappingJson -
withMappingJson
Fluent setter for mappingJson
-