public abstract class ADocWithTaxes extends ADoc
Abstraction of a document with taxes.
| Constructor and Description |
|---|
ADocWithTaxes() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSubtotal()
Getter for subtotal.
|
BigDecimal |
getTotalTaxes()
Geter for totalTaxes.
|
void |
setSubtotal(BigDecimal pSubtotal)
Setter for subtotal.
|
void |
setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
|
getDescription, getHasMadeAccEntries, getItsDate, getItsTotal, getReversedId, getReversedIdDatabaseBirth, setDescription, setHasMadeAccEntries, setItsDate, setItsTotal, setReversedId, setReversedIdDatabaseBirthgetItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic final BigDecimal getTotalTaxes()
Geter for totalTaxes.
public final void setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
pTotalTaxes - referencepublic final BigDecimal getSubtotal()
Getter for subtotal.
public final void setSubtotal(BigDecimal pSubtotal)
Setter for subtotal.
pSubtotal - referenceCopyright © 2016–2018. All rights reserved.