Class ReplaceOutput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.tables.replace.ReplaceOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for deleteOutputGetter for insertOutputGetter for updateOutputvoid
setDeleteOutput
(DeleteOutput deleteOutput) Setter for deleteOutputvoid
setInsertOutput
(InsertOutput insertOutput) Setter for insertOutputvoid
setUpdateOutput
(UpdateOutput updateOutput) Setter for updateOutputwithDeleteOutput
(DeleteOutput deleteOutput) Fluent setter for deleteOutputwithInsertOutput
(InsertOutput insertOutput) Fluent setter for insertOutputwithUpdateOutput
(UpdateOutput updateOutput) Fluent setter for updateOutput
-
Constructor Details
-
ReplaceOutput
public ReplaceOutput()
-
-
Method Details
-
getInsertOutput
Getter for insertOutput -
setInsertOutput
Setter for insertOutput -
withInsertOutput
Fluent setter for insertOutput -
getUpdateOutput
Getter for updateOutput -
setUpdateOutput
Setter for updateOutput -
withUpdateOutput
Fluent setter for updateOutput -
getDeleteOutput
Getter for deleteOutput -
setDeleteOutput
Setter for deleteOutput -
withDeleteOutput
Fluent setter for deleteOutput
-