Interface ClicColumns
- All Superinterfaces:
CalculableLineItemColumns
,InputsColumns
,OutputsColumns
- All Known Subinterfaces:
QapiCompensationLineItem
,QapiContractLineItem
,QapiQuoteLineItem
,QapiRebateLineItem
@Deprecated
public interface ClicColumns
extends CalculableLineItemColumns, InputsColumns, OutputsColumns
Deprecated.
This is needed because of binary backward compatibility, but it's also referenceable from Groovy!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.This is needed because of binary backward compatibility, but it's also referenceable from Groovy!static interface
Deprecated.This is needed because of binary backward compatibility, but it's also referenceable from Groovy! -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from interface CalculableLineItemColumns
calculationStatus, dirty, editabilityStatus, label, lineId, parentId
-
Method Details
-
input
Deprecated.- Specified by:
input
in interfaceInputsColumns
- Parameters:
name
- the input name- Returns:
- a reference to the columns of the given input name
-
output
Deprecated.- Specified by:
output
in interfaceOutputsColumns
- Parameters:
name
- the output name- Returns:
- a reference to the columns of the given output name
-