Class LineItemHelper.LineItem
Object
LineItem
- Enclosing class:
LineItemHelper
This class represents either a line item or a folder of a document (e.g. quote/contract/rebate)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionasMap()
Provides list of all children of this folder.getInputByName
(String inputName) getLabel()
getOutputByName
(String outputName) getSKU()
boolean
isFolder()
boolean
isRoot()
-
Field Details
-
helper
-
calculableLineItemCollectionMap
-
lineItemMap
-
-
Method Details
-
asMap
-
isRoot
public boolean isRoot() -
isFolder
public boolean isFolder() -
getLabel
-
getLineId
-
getSKU
-
getRebateTypeUN
-
getContractTermTypeUN
-
getChildren
Provides list of all children of this folder.- Returns:
- List of LineItem objects, or empty list, if no children.
-
getSiblings
-
getInputs
-
getInputByName
-
getOutputByName
-
getOutputs
-
getParent
-
getSubLineItems
-