@Entity
public class AccountingPrint
extends pl.matsuo.core.model.print.KeyValuePrint
| Constructor and Description |
|---|
AccountingPrint() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCashRegisterAmount() |
Date |
getDueDate() |
Integer |
getIdCashRegister() |
Integer |
getIdCashRegisterReport() |
Date |
getIssuanceDate() |
Date |
getSellDate() |
AccountingPrintStatus |
getStatus() |
BigDecimal |
getTotalAmount() |
BigDecimal |
getValue() |
boolean |
isCost() |
static Supplier<? extends AccountingPrint> |
print(Class<? extends pl.matsuo.core.model.print.IPrintFacade> clazz,
Integer id) |
void |
setDueDate(Date dueDate) |
void |
setIdCashRegister(Integer idCashRegister) |
void |
setIdCashRegisterReport(Integer idCashRegisterReport) |
void |
setIssuanceDate(Date issuanceDate) |
void |
setSellDate(Date sellDate) |
void |
setStatus(AccountingPrintStatus status) |
void |
setTotalAmount(BigDecimal totalAmount) |
void |
setValue(BigDecimal value) |
getElements, getIdEntity, getIdUserCreated, getPrintClass, getPrintFacadeClass, printInitializer, setElements, setIdEntity, setIdUserCreated, setPrintClasspublic static Supplier<? extends AccountingPrint> print(Class<? extends pl.matsuo.core.model.print.IPrintFacade> clazz, Integer id)
public boolean isCost()
public BigDecimal getCashRegisterAmount()
public void setValue(BigDecimal value)
public Integer getIdCashRegister()
public void setIdCashRegister(Integer idCashRegister)
public Integer getIdCashRegisterReport()
public void setIdCashRegisterReport(Integer idCashRegisterReport)
public AccountingPrintStatus getStatus()
public void setStatus(AccountingPrintStatus status)
public Date getIssuanceDate()
public void setIssuanceDate(Date issuanceDate)
public Date getDueDate()
public void setDueDate(Date dueDate)
public Date getSellDate()
public void setSellDate(Date sellDate)
public BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
public BigDecimal getValue()
Copyright © 2015 Matsuo IT. All rights reserved.