public abstract class ADoc extends ADoci implements IDoc
Abstract model of document that makes accounting entries, e.g. Purchase Invoice.
| Constructor and Description |
|---|
ADoc() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getToFc()
Getter for toFc.
|
void |
setToFc(BigDecimal pToFc)
Setter for toFc.
|
getMdEnr, getRvId, getTot, setMdEnr, setRvId, setTotpublic final BigDecimal getToFc()
Getter for toFc.
public final void setToFc(BigDecimal pToFc)
Setter for toFc.
Copyright © 2019. All rights reserved.