Class AutomationStatusTracking
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.automation.AutomationStatusTracking
- All Implemented Interfaces:
QMetaDataObject
,Serializable
Table-automation meta-data to define how this table's per-record automation
status is tracked.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for fieldNamegetType()
Getter for typevoid
setFieldName
(String fieldName) Setter for fieldNamevoid
Setter for typewithFieldName
(String fieldName) Fluent setter for fieldNameFluent setter for type
-
Constructor Details
-
AutomationStatusTracking
public AutomationStatusTracking()
-
-
Method Details
-
getType
Getter for type -
setType
Setter for type -
withType
Fluent setter for type -
getFieldName
Getter for fieldName -
setFieldName
Setter for fieldName -
withFieldName
Fluent setter for fieldName
-