Interface QapiRebateLineItem
- All Superinterfaces:
ClicColumns
,Map<String,
,SelectableExpression> PersistedObjectColumns
,Tables.Columns
,Tables.Table
-
Nested Class Summary
Nested classes/interfaces inherited from interface ClicColumns
ClicColumns.InputColumns, ClicColumns.OutputColumns
-
Method Summary
Methods inherited from interface ClicColumns
calculationStatus, dirty, editabilityStatus, input, label, lineId, output, parentId
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
-
rebateTypeUniqueName
SelectableExpression rebateTypeUniqueName() -
rebateTypeLabel
SelectableExpression rebateTypeLabel() -
customerGroup
SelectableExpression customerGroup() -
productGroup
SelectableExpression productGroup() -
startDate
SelectableExpression startDate() -
endDate
SelectableExpression endDate() -
payoutDate
SelectableExpression payoutDate() -
calculationBaseJson
SelectableExpression calculationBaseJson() -
simulationType
SelectableExpression simulationType()
-