Interface QapiCompanyParameterRow

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

public interface QapiCompanyParameterRow extends Tables.Table, PersistedObjectColumns
  • Method Details

    • value

      Returns:
      the value column as an expression (its type will be taken from the company parameter type or from the corresponding attribute meta configuration if it exists)
    • lastUpdateByName

      SelectableExpression lastUpdateByName()
      Returns:
      the lastUpdateByName column as a String expression
    • createdByName

      SelectableExpression createdByName()
      Returns:
      the createdByName column as a String expression
    • lowerBound

      SelectableExpression lowerBound()
      Returns:
      the lowerBound column as a Real expression
    • upperBound

      SelectableExpression upperBound()
      Returns:
      the upperBound column as a Real expression
    • key1

      Returns:
      the key1 column as an expression (its type will be taken from the company parameter type or 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)