@Entity
public class CashRegisterReport
extends pl.matsuo.core.model.AbstractEntity
| Modifier and Type | Field and Description |
|---|---|
protected CashRegister |
cashRegister |
protected BigDecimal |
endingBalance |
Set<AccountingPrint> |
prints |
protected BigDecimal |
startingBalance |
| Constructor and Description |
|---|
CashRegisterReport() |
| Modifier and Type | Method and Description |
|---|---|
CashRegister |
getCashRegister() |
BigDecimal |
getEndingBalance() |
Set<AccountingPrint> |
getPrints() |
BigDecimal |
getStartingBalance() |
void |
setCashRegister(CashRegister cashRegister) |
void |
setEndingBalance(BigDecimal endingBalance) |
void |
setPrints(Set<AccountingPrint> prints) |
void |
setStartingBalance(BigDecimal startingBalance) |
protected BigDecimal startingBalance
protected BigDecimal endingBalance
@NotNull protected CashRegister cashRegister
@NotEmpty public Set<AccountingPrint> prints
public BigDecimal getStartingBalance()
public void setStartingBalance(BigDecimal startingBalance)
public BigDecimal getEndingBalance()
public void setEndingBalance(BigDecimal endingBalance)
public CashRegister getCashRegister()
public void setCashRegister(CashRegister cashRegister)
public Set<AccountingPrint> getPrints()
public void setPrints(Set<AccountingPrint> prints)
Copyright © 2015 Matsuo IT. All rights reserved.