Interface QapiCompanyParameterRow
- All Superinterfaces:
Map<String,
,SelectableExpression> PersistedObjectColumns
,Tables.Columns
,Tables.Table
-
Nested Class Summary
-
Method Summary
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
-
value
SelectableExpression value() -
lastUpdateByName
SelectableExpression lastUpdateByName() -
createdByName
SelectableExpression createdByName() -
lowerBound
SelectableExpression lowerBound() -
upperBound
SelectableExpression upperBound() -
key1
SelectableExpression key1() -
key2
SelectableExpression key2() -
key3
SelectableExpression key3() -
key4
SelectableExpression key4() -
key5
SelectableExpression key5() -
key6
SelectableExpression key6()
-