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 interfaceDeprecated.This is needed because of binary backward compatibility, but it's also referenceable from Groovy!static interfaceDeprecated.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:
inputin interfaceInputsColumns- Parameters:
name- the input name- Returns:
- a reference to the columns of the given input name
-
output
Deprecated.- Specified by:
outputin interfaceOutputsColumns- Parameters:
name- the output name- Returns:
- a reference to the columns of the given output name
-