Class APITableBackendDetails
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.tables.QTableBackendDetails
com.kingsrook.qqq.backend.module.api.model.metadata.APITableBackendDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Extension of QTableBackendDetails, with details specific to an API table.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QTableBackendDetails
finishClone
(QTableBackendDetails abstractClone) finish the cloning operation started in the base class. copy all state from the subclass into the input clone (which can be safely casted to the subclass's type, as it was obtained by super.clone())Getter for tablePathGetter for tableWrapperObjectNamevoid
setTablePath
(String tablePath) Setter for tablePathvoid
setTableWrapperObjectName
(String tableWrapperObjectName) Setter for tableWrapperObjectNamewithTablePath
(String tablePath) Fluent Setter for tablePathwithTableWrapperObjectName
(String tableWrapperObjectName) Fluent setter for tableWrapperObjectNameMethods inherited from class com.kingsrook.qqq.backend.core.model.metadata.tables.QTableBackendDetails
clone, getBackendType, setBackendType, setBackendType, validate, withBackendType, withBackendType
-
Constructor Details
-
APITableBackendDetails
public APITableBackendDetails()Default Constructor.
-
-
Method Details
-
getTablePath
Getter for tablePath -
setTablePath
Setter for tablePath -
withTablePath
Fluent Setter for tablePath -
getTableWrapperObjectName
Getter for tableWrapperObjectName -
setTableWrapperObjectName
Setter for tableWrapperObjectName -
withTableWrapperObjectName
Fluent setter for tableWrapperObjectName -
finishClone
finish the cloning operation started in the base class. copy all state from the subclass into the input clone (which can be safely casted to the subclass's type, as it was obtained by super.clone())- Specified by:
finishClone
in classQTableBackendDetails
-