Interface QapiConditionRecord

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

public interface QapiConditionRecord extends Tables.Table, PersistedObjectColumns
  • 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)
    • key7

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

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

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

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

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

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

      Returns:
      the validTo column as a DateOnly expression
    • validFrom

      Returns:
      the validFrom column as a DateOnly expression
    • conditionValue

      SelectableExpression conditionValue()
      Returns:
      the conditionValue column as a Real expression
    • priceUnit

      Returns:
      the priceUnit column as a Real expression
    • unitOfMeasure

      SelectableExpression unitOfMeasure()
      Returns:
      the unitOfMeasure column as a String expression
    • currency

      Returns:
      the currency column as a String expression
    • integrationStatus

      SelectableExpression integrationStatus()
      Returns:
      the integrationStatus column as an Integer expression
    • createdByObj

      SelectableExpression createdByObj()
      Returns:
      the createdByObj column as a String expression
    • lastUpdatedByObj

      SelectableExpression lastUpdatedByObj()
      Returns:
      the lastUpdatedByObj column as a String expression