Interface QapiCalculationGridLineItem

All Superinterfaces:
ApprovableColumns, CalculableObjectLineItemColumns, Map<String,SelectableExpression>, PersistedObjectColumns, Tables.Columns, Tables.Table

public interface QapiCalculationGridLineItem extends Tables.Table, PersistedObjectColumns, ApprovableColumns, CalculableObjectLineItemColumns
  • Method Details

    • key1

      Returns:
      the key1 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • key2

      Returns:
      the key2 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • key3

      Returns:
      the key3 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • key4

      Returns:
      the key4 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • key5

      Returns:
      the key5 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • key6

      Returns:
      the key6 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
    • calculationGridId

      SelectableExpression calculationGridId()
      Returns:
      the calculationGridId column as an Integer expression
    • manualEditVersion

      SelectableExpression manualEditVersion()
      Returns:
      the manualEditVersion column as an Integer expression
    • manualEditUser

      SelectableExpression manualEditUser()
      Returns:
      the manualEditUser column as an Integer expression
    • approvalDate

      SelectableExpression approvalDate()
      Returns:
      the approvalDate column as a DateTime expression
    • denialDate

      SelectableExpression denialDate()
      Returns:
      the denialDate column as a DateTime expression
    • denialReason

      SelectableExpression denialReason()
      Returns:
      the denialReason column as a String expression
    • submitDate

      SelectableExpression submitDate()
      Returns:
      the submitDate column as a DateTime expression
    • isCompleted

      SelectableExpression isCompleted()
      Returns:
      the isCompleted column as a Boolean expression