public class BalanceImpactEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
CURRENCY
Indicates a currency balance impact event type
|
static int |
NONCURRENCY
Indicates a non-currency balance impact event type
|
source
Constructor and Description |
---|
BalanceImpactEvent(Object source,
int type)
Constructs a BalanceImpactEvent object.
|
BalanceImpactEvent(Object source,
Vector modelHandle)
Constructs a BalanceImpactEvent object.
|
Modifier and Type | Method and Description |
---|---|
Vector |
getImpactedAccounts()
Return impacted accounts after event adjustment
|
int |
getType() |
boolean |
isShowPrevLife()
The previous life flag tells if a current subordinate account had a
previous life as a standalone account with open balance
|
void |
setShowPrevLife(boolean bPrevLife)
The previous life flag tells if a current subordinate account had a
previous life as a standalone account with open balance
|
getSource, toString
public static final int CURRENCY
public static final int NONCURRENCY
public BalanceImpactEvent(Object source, int type)
source
- the Object that is the source of the event
(typically this
)type
- the event typepublic int getType()
public void setShowPrevLife(boolean bPrevLife)
public boolean isShowPrevLife()
public Vector getImpactedAccounts()
Copyright © 2003, 2023, Oracle and/or its affiliates.