Class GroupBy

java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.tables.aggregate.GroupBy
All Implemented Interfaces:
Serializable

public class GroupBy extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getType

      public QFieldType getType()
      Getter for type
    • setType

      public void setType(QFieldType type)
      Setter for type
    • withType

      public GroupBy withType(QFieldType type)
      Fluent setter for type
    • getFieldName

      public String getFieldName()
      Getter for fieldName
    • setFieldName

      public void setFieldName(String fieldName)
      Setter for fieldName
    • withFieldName

      public GroupBy withFieldName(String fieldName)
      Fluent setter for fieldName
    • getFormatString

      public String getFormatString()
      Getter for formatString
    • setFormatString

      public void setFormatString(String formatString)
      Setter for formatString
    • withFormatString

      public GroupBy withFormatString(String formatString)
      Fluent setter for formatString
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object