public class PendingItemChargeObj extends Object
| Constructor and Description |
|---|
PendingItemChargeObj(PendingItemChargeNode billInfoNode,
PendingItemChargeNode loginNode,
PendingItemChargeNode eventNode,
FList itemCharge)
Construtor for creating the object with the nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<PendingItemChargeObj> |
getAllItemChargeObjs(PModelHandle pmhItemCharge,
Object[] billInfoData)
This method is used to extract the nodes from the FList and bundle it as PendingItemChargeObj
|
PendingItemChargeNode |
getBillUnitNode()
returns the Bill Unit node
|
public PendingItemChargeObj(PendingItemChargeNode billInfoNode, PendingItemChargeNode loginNode, PendingItemChargeNode eventNode, FList itemCharge)
billInfoNode - loginNode - eventNode - itemCharge - public static ArrayList<PendingItemChargeObj> getAllItemChargeObjs(PModelHandle pmhItemCharge, Object[] billInfoData) throws EBufException
pmhItemCharge, - PModelHandle of the nodes.billInfoData, - Array Contains information about the bill units.EBufExceptionpublic PendingItemChargeNode getBillUnitNode()
Copyright © 2003, 2023, Oracle and/or its affiliates.