public class CashRegister extends AbstractIdentifiedHibernateObject<CashRegister>
id
Constructor and Description |
---|
CashRegister() |
equals, getId, getVersion, hashCode, setId, setVersion
delete, getGetters, getKeyValue, merge, refresh, save
public Double getCashDifference()
public void setCashDifference(Double cashDifference)
public Double getCashCarryForward()
public void setCashCarryForward(Double cashCarryForward)
public Integer getSerialNr()
public void setSerialNr(Integer snr)
public void setDateOpen(Date open)
public Date getDateOpen()
public Date getDateClose()
public void setDateClose(Date close)
public String getHost()
public void setHost(String host)
public Short getCountOpenDrawer()
public void incCountOpenDrawer()
public void incCountReprints()
public void incCountReprints(int quantity)
quantity
- the number of reprinted items. If the supplied value is invalid
an error will occur.public Short getCountCloseCash()
public void incCountCloseCash()
public Short getCountCurrentCash()
public void incCountCurrentCash()
public Short getCountPayments()
public Short getCountReprints()
public void incCountPayments()
public void setCountOpenDrawer(Short countOpenDrawer)
public void setCountCloseCash(Short countCloseCash)
public void setCountCurrentCash(Short countCurrentCash)
public void setCountPayments(Short countPayments)
public void setCountReprints(Short countReprints)
public String getCashInSafe()
public void setCashInSafe(String cashInSafe)
public Long getTransactionNumber()
public void setTransactionNumber(Long transactionNumber)
public void incrementSerialNr() throws BasicException
BasicException
Copyright © 2021. All rights reserved.