Class SessionAccountAmount
java.lang.Object
ru.bitel.bgbilling.apps.voice.accounting.bean.SessionAccountAmount
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAccount
(BigDecimal deltaAccount, MathContext mathContext) void
addAmount
(long deltaAmount) long
long
void
setAccount
(BigDecimal account) void
setAmount
(long amount) void
setAmountRound
(long amountRoound)
-
Constructor Details
-
SessionAccountAmount
public SessionAccountAmount() -
SessionAccountAmount
-
-
Method Details
-
getAccount
-
setAccount
-
getAmount
public long getAmount() -
setAmount
public void setAmount(long amount) -
addAmount
public void addAmount(long deltaAmount) -
addAccount
-
getAmountRound
public long getAmountRound() -
setAmountRound
public void setAmountRound(long amountRoound)
-