public class BillNowImpactEvent extends BalanceImpactEvent
CURRENCY, NONCURRENCY
source
Constructor and Description |
---|
BillNowImpactEvent(Object source,
int type,
PModelHandle bill)
Constructs a BillNowImpactEvent object.
|
Modifier and Type | Method and Description |
---|---|
PModelHandle |
getBillObj() |
getImpactedAccounts, getType, isShowPrevLife, setShowPrevLife
getSource, toString
public BillNowImpactEvent(Object source, int type, PModelHandle bill)
source
- the Object that is the source of the event
(typically this
)type
- the event typebill
- the bill object that was generated after a
bill now operationpublic PModelHandle getBillObj()
Copyright © 2003, 2023, Oracle and/or its affiliates.