Class Script
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scripts.Script
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for createDateGetter for currentScriptRevisionIdgetId()
Getter for idGetter for maxBatchSizeGetter for modifyDategetName()
Getter for nameGetter for scriptTypeIdGetter for tableNamevoid
setCreateDate
(Instant createDate) Setter for createDatevoid
setCurrentScriptRevisionId
(Integer currentScriptRevisionId) Setter for currentScriptRevisionIdvoid
Setter for idvoid
setMaxBatchSize
(Integer maxBatchSize) Setter for maxBatchSizevoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
Setter for namevoid
setScriptTypeId
(Integer scriptTypeId) Setter for scriptTypeIdvoid
setTableName
(String tableName) Setter for tableNamewithCreateDate
(Instant createDate) Fluent setter for createDatewithCurrentScriptRevisionId
(Integer currentScriptRevisionId) Fluent setter for currentScriptRevisionIdFluent setter for idwithMaxBatchSize
(Integer maxBatchSize) Fluent setter for maxBatchSizewithModifyDate
(Instant modifyDate) Fluent setter for modifyDateFluent setter for namewithScriptTypeId
(Integer scriptTypeId) Fluent setter for scriptTypeIdwithTableName
(String tableName) Fluent setter for tableNameMethods 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
-
Script
public Script()Constructor -
Script
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
withId
-
getCreateDate
Getter for createDate -
setCreateDate
Setter for createDate -
withCreateDate
-
getModifyDate
Getter for modifyDate -
setModifyDate
Setter for modifyDate -
withModifyDate
-
getName
Getter for name -
setName
Setter for name -
withName
-
getScriptTypeId
Getter for scriptTypeId -
setScriptTypeId
Setter for scriptTypeId -
withScriptTypeId
-
getCurrentScriptRevisionId
Getter for currentScriptRevisionId -
setCurrentScriptRevisionId
Setter for currentScriptRevisionId -
withCurrentScriptRevisionId
-
getTableName
Getter for tableName -
setTableName
Setter for tableName -
withTableName
-
getMaxBatchSize
Getter for maxBatchSize -
setMaxBatchSize
Setter for maxBatchSize -
withMaxBatchSize
-