public class AccountingEntries
extends org.beigesoft.persistable.APersistableBaseVersion
implements org.beigesoft.model.IHasTypeCode
Model of Input Accounting entries. Version changed time algorithm.
| Constructor and Description |
|---|
AccountingEntries() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
constTypeCode()
Constant of code type.
|
String |
getDescription()
Getter for description.
|
Date |
getItsDate()
Geter for itsDate.
|
List<AccountingEntry> |
getItsLines()
Geter for itsLines.
|
BigDecimal |
getTotalCredit()
Geter for totalCredit.
|
BigDecimal |
getTotalDebit()
Getter for totalDebit.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setItsDate(Date pItsDate)
Setter for itsDate.
|
void |
setItsLines(List<AccountingEntry> pItsLines)
Setter for itsLines.
|
void |
setTotalCredit(BigDecimal pTotalCredit)
Setter for totalCredit.
|
void |
setTotalDebit(BigDecimal pTotalDebit)
Setter for totalDebit.
|
getItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdpublic final Integer constTypeCode()
Constant of code type.
constTypeCode in interface org.beigesoft.model.IHasTypeCodepublic final Date getItsDate()
Geter for itsDate.
public final void setItsDate(Date pItsDate)
Setter for itsDate.
pItsDate - referencepublic final BigDecimal getTotalDebit()
Getter for totalDebit.
public final void setTotalDebit(BigDecimal pTotalDebit)
Setter for totalDebit.
pTotalDebit - referencepublic final BigDecimal getTotalCredit()
Geter for totalCredit.
public final void setTotalCredit(BigDecimal pTotalCredit)
Setter for totalCredit.
pTotalCredit - referencepublic final List<AccountingEntry> getItsLines()
Geter for itsLines.
public final void setItsLines(List<AccountingEntry> pItsLines)
Setter for itsLines.
pItsLines - referencepublic final String getDescription()
Getter for description.
public final void setDescription(String pDescription)
Setter for description.
pDescription - referenceCopyright © 2016–2018. All rights reserved.