public class PrepaymentTo extends ADoc
Model of PrepaymentTo - prepayment, it is referenced in Purchase invoice. This document is used to track payments for purchase. You are free to use simple accounting entries instead.
| Constructor and Description |
|---|
PrepaymentTo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
constTypeCode()
OOP friendly Constant of code type 7.
|
Account |
getAccCash()
Getter for accCash.
|
BigDecimal |
getForeignTotal()
Getter for foreignTotal.
|
Long |
getPurchaseInvoiceId()
Getter for purchaseInvoiceId.
|
String |
getSubaccCash()
Getter for subaccCash.
|
Long |
getSubaccCashId()
Getter for subaccCashId.
|
Integer |
getSubaccCashType()
Getter for subaccCashType.
|
DebtorCreditor |
getVendor()
Geter for vendor.
|
void |
setAccCash(Account pAccCash)
Setter for accCash.
|
void |
setForeignTotal(BigDecimal pForeignTotal)
Setter for foreignTotal.
|
void |
setPurchaseInvoiceId(Long pPurchaseInvoiceId)
Setter for purchaseInvoiceId.
|
void |
setSubaccCash(String pSubaccCash)
Setter for subaccCash.
|
void |
setSubaccCashId(Long pSubaccCashId)
Setter for subaccCashId.
|
void |
setSubaccCashType(Integer pSubaccCashType)
Setter for subaccCashType.
|
void |
setVendor(DebtorCreditor pVendor)
Setter for vendor.
|
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 Integer constTypeCode()
OOP friendly Constant of code type 7.
public final DebtorCreditor getVendor()
Geter for vendor.
public final void setVendor(DebtorCreditor pVendor)
Setter for vendor.
pVendor - referencepublic final Long getPurchaseInvoiceId()
Getter for purchaseInvoiceId.
public final void setPurchaseInvoiceId(Long pPurchaseInvoiceId)
Setter for purchaseInvoiceId.
pPurchaseInvoiceId - referencepublic final Account getAccCash()
Getter for accCash.
public final void setAccCash(Account pAccCash)
Setter for accCash.
pAccCash - referencepublic final Integer getSubaccCashType()
Getter for subaccCashType.
public final void setSubaccCashType(Integer pSubaccCashType)
Setter for subaccCashType.
pSubaccCashType - referencepublic final Long getSubaccCashId()
Getter for subaccCashId.
public final void setSubaccCashId(Long pSubaccCashId)
Setter for subaccCashId.
pSubaccCashId - referencepublic final String getSubaccCash()
Getter for subaccCash.
public final void setSubaccCash(String pSubaccCash)
Setter for subaccCash.
pSubaccCash - referencepublic final BigDecimal getForeignTotal()
Getter for foreignTotal.
public final void setForeignTotal(BigDecimal pForeignTotal)
Setter for foreignTotal.
pForeignTotal - referenceCopyright © 2016–2018. All rights reserved.