public class BalanceAt
extends org.beigesoft.persistable.AHasIdLongVersion
Model that store balance of a account and subaccount at the start of each month (or week etc) to improve performance. Version changed time algorithm.
| Constructor and Description |
|---|
BalanceAt() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getItsAccount()
Getter for itsAccount.
|
BigDecimal |
getItsBalance()
Getter for itsBalance.
|
Date |
getItsDate()
Geter for itsDate.
|
Long |
getSubaccId()
Getter for subaccId.
|
String |
getSubaccount()
Getter for subaccount.
|
Integer |
getSubaccType()
Getter for subaccType.
|
void |
setItsAccount(Account pItsAccount)
Setter for itsAccount.
|
void |
setItsBalance(BigDecimal pItsBalance)
Setter for itsBalance.
|
void |
setItsDate(Date pItsDate)
Setter for itsDate.
|
void |
setSubaccId(Long pSubaccId)
Setter for subaccId.
|
void |
setSubaccount(String pSubaccount)
Setter for subaccount.
|
void |
setSubaccType(Integer pSubaccType)
Setter for subaccType.
|
getItsVersion, setItsVersionpublic final Date getItsDate()
Geter for itsDate.
public final void setItsDate(Date pItsDate)
Setter for itsDate.
pItsDate - referencepublic final Account getItsAccount()
Getter for itsAccount.
public final void setItsAccount(Account pItsAccount)
Setter for itsAccount.
pItsAccount - referencepublic final Integer getSubaccType()
Getter for subaccType.
public final void setSubaccType(Integer pSubaccType)
Setter for subaccType.
pSubaccType - referencepublic final Long getSubaccId()
Getter for subaccId.
public final void setSubaccId(Long pSubaccId)
Setter for subaccId.
pSubaccId - referencepublic final String getSubaccount()
Getter for subaccount.
public final void setSubaccount(String pSubaccount)
Setter for subaccount.
pSubaccount - referencepublic final BigDecimal getItsBalance()
Getter for itsBalance.
public final void setItsBalance(BigDecimal pItsBalance)
Setter for itsBalance.
pItsBalance - referenceCopyright © 2016–2018. All rights reserved.