Interface QapiCalculationGridLineItem
- All Superinterfaces:
CalculableObjectColumns
,Map<String,
,SelectableExpression> PersistedObjectColumns
,Tables.Columns
,Tables.Table
public interface QapiCalculationGridLineItem
extends Tables.Table, PersistedObjectColumns, CalculableObjectColumns
-
Nested Class Summary
-
Method Summary
Methods inherited from interface CalculableObjectColumns
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() -
key2
SelectableExpression key2() -
key3
SelectableExpression key3() -
key4
SelectableExpression key4() -
key5
SelectableExpression key5() -
key6
SelectableExpression key6() -
calculationGridId
SelectableExpression calculationGridId() -
manualEditVersion
SelectableExpression manualEditVersion() -
manualEditUser
SelectableExpression manualEditUser() -
approvalDate
SelectableExpression approvalDate() -
denialDate
SelectableExpression denialDate() -
denialReason
SelectableExpression denialReason() -
workflowStatus
SelectableExpression workflowStatus() -
submittedByName
SelectableExpression submittedByName() -
wfLastExecutedByName
SelectableExpression wfLastExecutedByName() -
submitDate
SelectableExpression submitDate() -
isCompleted
SelectableExpression isCompleted()
-