public class SalesInvoiceServiceLine extends org.beigesoft.persistable.APersistableBaseVersion implements org.beigesoft.model.IOwned<SalesInvoice>
Model of Vendor Invoice ServiceToSale Line. It is immutable. Version, reliable autoincrement algorithm.
| Constructor and Description |
|---|
SalesInvoiceServiceLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description.
|
SalesInvoice |
getItsOwner()
Geter for itsOwner.
|
BigDecimal |
getItsPrice()
Getter for itsPrice.
|
BigDecimal |
getItsTotal()
Getter for itsTotal.
|
Long |
getReversedId()
Getter for reversedId.
|
ServiceToSale |
getService()
Getter for service.
|
String |
getTaxesDescription()
Getter for taxesDescription.
|
BigDecimal |
getTotalTaxes()
Getter for totalTaxes.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setItsOwner(SalesInvoice pItsOwner)
Setter for itsOwner.
|
void |
setItsPrice(BigDecimal pItsPrice)
Setter for itsPrice.
|
void |
setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
|
void |
setReversedId(Long pReversedId)
Setter for reversedId.
|
void |
setService(ServiceToSale pService)
Setter for service.
|
void |
setTaxesDescription(String pTaxesDescription)
Setter for taxesDescription.
|
void |
setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
|
getItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdpublic 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 Long getReversedId()
Getter for reversedId.
public final void setReversedId(Long pReversedId)
Setter for reversedId.
pReversedId - referencepublic final ServiceToSale getService()
Getter for service.
public final void setService(ServiceToSale pService)
Setter for service.
pService - referencepublic final BigDecimal getItsPrice()
Getter for itsPrice.
public final void setItsPrice(BigDecimal pItsPrice)
Setter for itsPrice.
pItsPrice - referencepublic final BigDecimal getTotalTaxes()
Getter for totalTaxes.
public final void setTotalTaxes(BigDecimal pTotalTaxes)
Setter for totalTaxes.
pTotalTaxes - referencepublic final String getTaxesDescription()
Getter for taxesDescription.
public final void setTaxesDescription(String pTaxesDescription)
Setter for taxesDescription.
pTaxesDescription - referencepublic final BigDecimal getItsTotal()
Getter for itsTotal.
public final void setItsTotal(BigDecimal pItsTotal)
Setter for itsTotal.
pItsTotal - referencepublic final String getDescription()
Getter for description.
public final void setDescription(String pDescription)
Setter for description.
pDescription - referenceCopyright © 2016–2017. All rights reserved.