public abstract class AInv extends ADoc implements IInv
Base model of invoice.
| Constructor and Description |
|---|
AInv() |
| Modifier and Type | Method and Description |
|---|---|
Curr |
getCuFr()
Getter for cuFr.
|
DbCr |
getDbcr()
Getter for dbcr.
|
BigDecimal |
getExRt()
Getter for exRt.
|
Boolean |
getInTx()
Getter for inTx.
|
Boolean |
getOmTx()
Getter for omTx.
|
BigDecimal |
getPaFc()
Getter for paFc.
|
Date |
getPayb()
Getter for payb.
|
String |
getPdsc()
Getter for pdsc.
|
BigDecimal |
getSubt()
Getter for subt.
|
BigDecimal |
getSuFc()
Getter for suFc.
|
BigDecimal |
getToPa()
Getter for toPa.
|
BigDecimal |
getToTx()
Getter for toTx.
|
BigDecimal |
getTxFc()
Getter for txFc.
|
void |
setCuFr(Curr pCuFr)
Setter for cuFr.
|
void |
setDbcr(DbCr pDbcr)
Setter for dbcr.
|
void |
setExRt(BigDecimal pExRt)
Setter for exRt.
|
void |
setInTx(Boolean pInTx)
Setter for inTx.
|
void |
setOmTx(Boolean pOmTx)
Setter for omTx.
|
void |
setPaFc(BigDecimal pPaFc)
Setter for paFc.
|
void |
setPayb(Date pPayb)
Setter for payb.
|
void |
setPdsc(String pPdsc)
Setter for pdsc.
|
void |
setSubt(BigDecimal pSubt)
Setter for subt.
|
void |
setSuFc(BigDecimal pSuFc)
Setter for suFc.
|
void |
setToPa(BigDecimal pToPa)
Setter for toPa.
|
void |
setToTx(BigDecimal pToTx)
Setter for toTx.
|
void |
setTxFc(BigDecimal pTxFc)
Setter for txFc.
|
getMdEnr, getRvId, getTot, setMdEnr, setRvId, setTotpublic final DbCr getDbcr()
Getter for dbcr.
public final void setDbcr(DbCr pDbcr)
Setter for dbcr.
public final Curr getCuFr()
Getter for cuFr.
public final void setCuFr(Curr pCuFr)
Setter for cuFr.
public final BigDecimal getExRt()
Getter for exRt.
public final void setExRt(BigDecimal pExRt)
Setter for exRt.
public final BigDecimal getSubt()
Getter for subt.
public final void setSubt(BigDecimal pSubt)
Setter for subt.
public final BigDecimal getSuFc()
Getter for suFc.
public final void setSuFc(BigDecimal pSuFc)
Setter for suFc.
public final BigDecimal getToTx()
Getter for toTx.
public final void setToTx(BigDecimal pToTx)
Setter for toTx.
public final BigDecimal getTxFc()
Getter for txFc.
public final void setTxFc(BigDecimal pTxFc)
Setter for txFc.
public final Boolean getInTx()
Getter for inTx.
public final void setInTx(Boolean pInTx)
Setter for inTx.
public final Boolean getOmTx()
Getter for omTx.
public final void setOmTx(Boolean pOmTx)
Setter for omTx.
public final Date getPayb()
Getter for payb.
public final void setPayb(Date pPayb)
Setter for payb.
public final BigDecimal getToPa()
Getter for toPa.
public final void setToPa(BigDecimal pToPa)
Setter for toPa.
public final BigDecimal getPaFc()
Getter for paFc.
public final void setPaFc(BigDecimal pPaFc)
Setter for paFc.
public final String getPdsc()
Getter for pdsc.
Copyright © 2019. All rights reserved.