Class HelpContent
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.helpcontent.HelpContent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorHelpContent
(QRecord record) Constructor that takes a QRecord -
Method Summary
Modifier and TypeMethodDescriptionGetter for contentGetter for createDateGetter for formatgetId()
Getter for idgetKey()
Getter for keyGetter for modifyDategetRole()
Getter for rolevoid
setContent
(String content) Setter for contentvoid
setCreateDate
(Instant createDate) Setter for createDatevoid
Setter for formatvoid
Setter for idvoid
Setter for keyvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
Setter for rolewithContent
(String content) Fluent setter for contentwithCreateDate
(Instant createDate) Fluent setter for createDatewithFormat
(String format) Fluent setter for formatFluent setter for idFluent setter for keywithModifyDate
(Instant modifyDate) Fluent setter for modifyDateFluent setter for roleMethods 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
-
HelpContent
public HelpContent()Default constructor -
HelpContent
Constructor that takes a QRecord
-
-
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 -
getKey
Getter for key -
setKey
Setter for key -
withKey
Fluent setter for key -
getContent
Getter for content -
setContent
Setter for content -
withContent
Fluent setter for content -
getFormat
Getter for format -
setFormat
Setter for format -
withFormat
Fluent setter for format -
getRole
Getter for role -
setRole
Setter for role -
withRole
Fluent setter for role
-