Class ScriptRevision
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scripts.ScriptRevision
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for apiNameGetter for apiVersionGetter for authorGetter for commitMessageGetter for createDategetFiles()
Getter for filesgetId()
Getter for idGetter for modifyDateGetter for scriptIdGetter for sequenceNovoid
setApiName
(String apiName) Setter for apiNamevoid
setApiVersion
(String apiVersion) Setter for apiVersionvoid
Setter for authorvoid
setCommitMessage
(String commitMessage) Setter for commitMessagevoid
setCreateDate
(Instant createDate) Setter for createDatevoid
setFiles
(List<ScriptRevisionFile> files) Setter for filesvoid
Setter for idvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
setScriptId
(Integer scriptId) Setter for scriptIdvoid
setSequenceNo
(Integer sequenceNo) Setter for sequenceNowithApiName
(String apiName) Fluent setter for apiNamewithApiVersion
(String apiVersion) Fluent setter for apiVersionwithAuthor
(String author) Fluent setter for authorwithCommitMessage
(String commitMessage) Fluent setter for commitMessagewithCreateDate
(Instant createDate) Fluent setter for createDatewithFiles
(List<ScriptRevisionFile> files) Fluent setter for filesFluent setter for idwithModifyDate
(Instant modifyDate) Fluent setter for modifyDatewithScriptId
(Integer scriptId) Fluent setter for scriptIdwithSequenceNo
(Integer sequenceNo) Fluent setter for sequenceNoMethods 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
-
ScriptRevision
public ScriptRevision()Constructor -
ScriptRevision
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
withId
Fluent setter for id -
getCreateDate
Getter for createDate -
setCreateDate
Setter for createDate -
withCreateDate
Fluent setter for createDate -
getModifyDate
Getter for modifyDate -
setModifyDate
Setter for modifyDate -
withModifyDate
Fluent setter for modifyDate -
getScriptId
Getter for scriptId -
setScriptId
Setter for scriptId -
withScriptId
Fluent setter for scriptId -
getSequenceNo
Getter for sequenceNo -
setSequenceNo
Setter for sequenceNo -
withSequenceNo
Fluent setter for sequenceNo -
getCommitMessage
Getter for commitMessage -
setCommitMessage
Setter for commitMessage -
withCommitMessage
Fluent setter for commitMessage -
getAuthor
Getter for author -
setAuthor
Setter for author -
withAuthor
Fluent setter for author -
getApiVersion
Getter for apiVersion -
setApiVersion
Setter for apiVersion -
withApiVersion
Fluent setter for apiVersion -
getApiName
Getter for apiName -
setApiName
Setter for apiName -
withApiName
Fluent setter for apiName -
getFiles
Getter for files -
setFiles
Setter for files -
withFiles
Fluent setter for files
-