public class SalesInvoiceLine extends AInvItemMovementPriceTax implements IMakingWarehouseEntry, IInvoiceLine<SalesInvoice>
Model of Customer Invoice Goods Line. It is immutable.
| Constructor and Description |
|---|
SalesInvoiceLine() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
constTypeCode()
Constant of code type.
|
String |
getDescription()
Getter for description.
|
Date |
getDocumentDate()
Get for document Date.
|
BigDecimal |
getForeignPrice()
Getter for foreignPrice.
|
BigDecimal |
getForeignSubtotal()
Getter for foreignSubtotal.
|
BigDecimal |
getForeignTotal()
Getter for foreignTotal.
|
BigDecimal |
getForeignTotalTaxes()
Getter for foreignTotalTaxes.
|
SalesInvoice |
getItsOwner()
Geter for itsOwner.
|
Long |
getOwnerId()
Get for owner's ID.
|
Integer |
getOwnerType()
Get Owner Type if exist e.g.
|
Long |
getReversedId()
Geter for reversedId.
|
WarehouseSite |
getWarehouseSiteFo()
Getter for warehouseSiteFo.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setForeignPrice(BigDecimal pForeignPrice)
Setter for foreignPrice.
|
void |
setForeignSubtotal(BigDecimal pForeignSubtotal)
Setter for foreignSubtotal.
|
void |
setForeignTotal(BigDecimal pForeignTotal)
Setter for foreignTotal.
|
void |
setForeignTotalTaxes(BigDecimal pForeignTotalTaxes)
Setter for foreignTotalTaxes.
|
void |
setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
setReversedId(Long pReversedId)
Setter for reversedId.
|
void |
setWarehouseSiteFo(WarehouseSite pWarehouseSiteFo)
Setter for warehouseSiteFo.
|
getSubtotal, getTaxCategory, getTaxesDescription, getTotalTaxes, setSubtotal, setTaxCategory, setTaxesDescription, setTotalTaxesgetItsPrice, getItsTotal, setItsPrice, setItsTotalgetInvItem, getItsQuantity, getUnitOfMeasure, setInvItem, setItsQuantity, setUnitOfMeasuregetItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvItem, getItsQuantity, getUnitOfMeasure, setInvItem, setItsQuantity, setUnitOfMeasuregetItsQuantity, getItsTotal, getSubtotal, getTaxCategory, getTaxesDescription, getTotalTaxes, getUnitOfMeasure, setItsQuantity, setItsTotal, setSubtotal, setTaxCategory, setTaxesDescription, setTotalTaxes, setUnitOfMeasurepublic final Long getReversedId()
Geter for reversedId.
getReversedId in interface IInvoiceLine<SalesInvoice>getReversedId in interface IMakingWarehouseEntrypublic final void setReversedId(Long pReversedId)
Setter for reversedId.
setReversedId in interface IInvoiceLine<SalesInvoice>setReversedId in interface IMakingWarehouseEntrypReversedId - referencepublic final Integer constTypeCode()
Constant of code type.
constTypeCode in interface org.beigesoft.model.IHasTypeCodepublic final Date getDocumentDate()
Get for document Date.
getDocumentDate in interface IMakingWarehouseEntrypublic final Integer getOwnerType()
Get Owner Type if exist e.g. PurchaseInvoice 1.
getOwnerType in interface IMakingWarehouseEntrypublic final Long getOwnerId()
Get for owner's ID.
getOwnerId in interface IMakingWarehouseEntrypublic final String getDescription()
Getter for description.
getDescription in interface IInvoiceLine<SalesInvoice>getDescription in interface IMakingWarehouseEntrypublic final void setDescription(String pDescription)
Setter for description.
setDescription in interface IInvoiceLine<SalesInvoice>setDescription in interface IMakingWarehouseEntrypDescription - referencepublic final SalesInvoice getItsOwner()
Geter for itsOwner.
getItsOwner in interface org.beigesoft.model.IOwned<SalesInvoice>public final void setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
setItsOwner in interface org.beigesoft.model.IOwned<SalesInvoice>pItsOwner - referencepublic final BigDecimal getForeignPrice()
Getter for foreignPrice.
getForeignPrice in interface IInvoiceLine<SalesInvoice>public final void setForeignPrice(BigDecimal pForeignPrice)
Setter for foreignPrice.
setForeignPrice in interface IInvoiceLine<SalesInvoice>pForeignPrice - referencepublic final BigDecimal getForeignSubtotal()
Getter for foreignSubtotal.
getForeignSubtotal in interface IInvoiceLine<SalesInvoice>public final void setForeignSubtotal(BigDecimal pForeignSubtotal)
Setter for foreignSubtotal.
setForeignSubtotal in interface IInvoiceLine<SalesInvoice>pForeignSubtotal - referencepublic final BigDecimal getForeignTotalTaxes()
Getter for foreignTotalTaxes.
getForeignTotalTaxes in interface IInvoiceLine<SalesInvoice>public final void setForeignTotalTaxes(BigDecimal pForeignTotalTaxes)
Setter for foreignTotalTaxes.
setForeignTotalTaxes in interface IInvoiceLine<SalesInvoice>pForeignTotalTaxes - referencepublic final BigDecimal getForeignTotal()
Getter for foreignTotal.
getForeignTotal in interface IInvoiceLine<SalesInvoice>public final void setForeignTotal(BigDecimal pForeignTotal)
Setter for foreignTotal.
setForeignTotal in interface IInvoiceLine<SalesInvoice>pForeignTotal - referencepublic final WarehouseSite getWarehouseSiteFo()
Getter for warehouseSiteFo.
public final void setWarehouseSiteFo(WarehouseSite pWarehouseSiteFo)
Setter for warehouseSiteFo.
pWarehouseSiteFo - referenceCopyright © 2016–2018. All rights reserved.