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 tableNamevoidsetCreateDate(Instant createDate) Setter for createDatevoidsetCurrentScriptRevisionId(Integer currentScriptRevisionId) Setter for currentScriptRevisionIdvoidSetter for idvoidsetMaxBatchSize(Integer maxBatchSize) Setter for maxBatchSizevoidsetModifyDate(Instant modifyDate) Setter for modifyDatevoidSetter for namevoidsetScriptTypeId(Integer scriptTypeId) Setter for scriptTypeIdvoidsetTableName(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
-