Class ReplaceOutput

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.tables.replace.ReplaceOutput

public class ReplaceOutput extends AbstractActionOutput
  • Constructor Details

    • ReplaceOutput

      public ReplaceOutput()
  • Method Details

    • getInsertOutput

      public InsertOutput getInsertOutput()
      Getter for insertOutput
    • setInsertOutput

      public void setInsertOutput(InsertOutput insertOutput)
      Setter for insertOutput
    • withInsertOutput

      public ReplaceOutput withInsertOutput(InsertOutput insertOutput)
      Fluent setter for insertOutput
    • getUpdateOutput

      public UpdateOutput getUpdateOutput()
      Getter for updateOutput
    • setUpdateOutput

      public void setUpdateOutput(UpdateOutput updateOutput)
      Setter for updateOutput
    • withUpdateOutput

      public ReplaceOutput withUpdateOutput(UpdateOutput updateOutput)
      Fluent setter for updateOutput
    • getDeleteOutput

      public DeleteOutput getDeleteOutput()
      Getter for deleteOutput
    • setDeleteOutput

      public void setDeleteOutput(DeleteOutput deleteOutput)
      Setter for deleteOutput
    • withDeleteOutput

      public ReplaceOutput withDeleteOutput(DeleteOutput deleteOutput)
      Fluent setter for deleteOutput