Package org.bgerp.plugin.clb.team.model
Class PartyBalance
java.lang.Object
org.bgerp.plugin.clb.team.model.PartyBalance
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(int fromId, int toId) Returns payment transition fromfromId
totoId
.
-
Constructor Details
-
PartyBalance
Constructor.- Parameters:
paymentAmounts
- key - member ID, value - given amount.
-
-
Method Details
-
get
Returns payment transition fromfromId
totoId
.- Parameters:
fromId
-toId
-- Returns:
- positive transition or
null
if missing.
-