Interface QapiCalculationGridLineItem
- All Superinterfaces:
ApprovableColumns
,CalculableObjectLineItemColumns
,Map<String,
,SelectableExpression> PersistedObjectColumns
,Tables.Columns
,Tables.Table
public interface QapiCalculationGridLineItem
extends Tables.Table, PersistedObjectColumns, ApprovableColumns, CalculableObjectLineItemColumns
-
Nested Class Summary
-
Method Summary
Methods inherited from interface ApprovableColumns
approvedByName, deniedByName, submittedByName, workflowStatus
Methods inherited from interface CalculableObjectLineItemColumns
alerts, allowedOverrides, calculationResult, comments, completeCalculationResults, completeResultsAvailable, dirty, itemExtensions, label, manualOverrides, tainted, warnings, workStatus
Methods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from interface PersistedObjectColumns
createDate, createdBy, id, lastUpdateBy, lastUpdateDate, version
-
Method Details
-
key1
SelectableExpression key1()- Returns:
- the key1 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
-
key2
SelectableExpression key2()- Returns:
- the key2 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
-
key3
SelectableExpression key3()- Returns:
- the key3 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
-
key4
SelectableExpression key4()- Returns:
- the key4 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
-
key5
SelectableExpression key5()- Returns:
- the key5 column as an expression (its type will be taken from the corresponding attribute meta configuration if it exists)
-
key6
SelectableExpression 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
-