Interface ClicColumns
- All Known Subinterfaces:
QapiCompensationLineItem
,QapiContractLineItem
,QapiQuoteLineItem
,QapiRebateLineItem
public interface ClicColumns
-
Method Details
-
dirty
SelectableExpression dirty()- Returns:
- the dirty column as a Boolean expression
-
lineId
SelectableExpression lineId()- Returns:
- the lineId column as a String expression
-
parentId
SelectableExpression parentId()- Returns:
- the parentId column as a String expression
-
calculationStatus
SelectableExpression calculationStatus()- Returns:
- the calculationStatus column as an Integer expression
-
editabilityStatus
SelectableExpression editabilityStatus()- Returns:
- the editabilityStatus column as an Integer expression
-
label
SelectableExpression label()- Returns:
- the label column as a String expression
-
input
- Parameters:
name
- the input name- Returns:
- a reference to the columns of the given input name
-
output
- Parameters:
name
- the output name- Returns:
- a reference to the columns of the given output name
-