Class ScriptRevisionFile
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scripts.ScriptRevisionFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for contentsGetter for createDateGetter for fileNamegetId()
Getter for idGetter for modifyDateGetter for scriptRevisionIdvoid
setContents
(String contents) Setter for contentsvoid
setCreateDate
(Instant createDate) Setter for createDatevoid
setFileName
(String fileName) Setter for fileNamevoid
Setter for idvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
setScriptRevisionId
(Integer scriptRevisionId) Setter for scriptRevisionIdwithContents
(String contents) Fluent setter for contentswithCreateDate
(Instant createDate) Fluent setter for createDatewithFileName
(String fileName) Fluent setter for fileNameFluent setter for idwithModifyDate
(Instant modifyDate) Fluent setter for modifyDatewithScriptRevisionId
(Integer scriptRevisionId) Fluent setter for scriptRevisionIdMethods 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
-
ScriptRevisionFile
public ScriptRevisionFile()Constructor -
ScriptRevisionFile
-
-
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 -
getScriptRevisionId
Getter for scriptRevisionId -
setScriptRevisionId
Setter for scriptRevisionId -
withScriptRevisionId
Fluent setter for scriptRevisionId -
getFileName
Getter for fileName -
setFileName
Setter for fileName -
withFileName
Fluent setter for fileName -
getContents
Getter for contents -
setContents
Setter for contents -
withContents
Fluent setter for contents
-