Table |
name="COMMERCIAL_ESTIMATE_ARTICLE" |
Entity |
Entity |
Methods
Get accountingLabel
getAccountingLabel() : string
Get accountingNumber
getAccountingNumber() : string
Get amountTax
getAmountTax() : \decimal
Get isGroup
getIsGroup() : boolean
Get itemLabel
getItemLabel() : string
Get itemRef
getItemRef() : string
Get purchasingDfUnitPrice
getPurchasingDfUnitPrice() : \decimal
Get quantityArticle
getQuantityArticle() : \decimal
Get taxRate
getTaxRate() : \decimal
Get totSellPriceArticleDf
getTotSellPriceArticleDf() : \decimal
Get totSellPriceArticleTi
getTotSellPriceArticleTi() : \decimal
Set accountingLabel
setAccountingLabel(string $accountingLabel) : \CommercialEstimateArticle
Parameters
$accountingLabel
string
Returns
Set accountingNumber
setAccountingNumber(string $accountingNumber) : \CommercialEstimateArticle
Parameters
$accountingNumber
string
Returns
Set purchasingDfUnitPrice
setPurchasingDfUnitPrice(\decimal $purchasingDfUnitPrice) : \CommercialEstimateArticle
Parameters
$purchasingDfUnitPrice
\decimal
Returns
Set quantityArticle
setQuantityArticle(\decimal $quantityArticle) : \CommercialEstimateArticle
Parameters
$quantityArticle
\decimal
Returns
Set totSellPriceArticleDf
setTotSellPriceArticleDf(\decimal $totSellPriceArticleDf) : \CommercialEstimateArticle
Parameters
$totSellPriceArticleDf
\decimal
Returns
Set totSellPriceArticleTi
setTotSellPriceArticleTi(\decimal $totSellPriceArticleTi) : \CommercialEstimateArticle
Parameters
$totSellPriceArticleTi
\decimal
Returns
Properties
$accountingLabel : string
Column |
name="accounting_label", type="string", length=20 |
$accountingNumber : string
Column |
name="accounting_number", type="string", length=12 |
$amountTax : \decimal
Column |
name="amount_tax", type="decimal" |
$estimate : \CommercialEstimate
ManyToOne |
targetEntity="CommercialEstimate" |
JoinColumns |
({
@JoinColumn(name="estimate_id", referencedColumnName="id")
}) |
$id : integer
Column |
name="id", type="integer" |
Id |
Id |
GeneratedValue |
strategy="IDENTITY" |
$isGroup : boolean
Column |
name="is_group", type="boolean" |
$itemLabel : string
Column |
name="item_label", type="string", length=500 |
$itemRef : string
Column |
name="item_ref", type="string", length=10 |
$parent : \CommercialEstimateArticle
ManyToOne |
targetEntity="CommercialEstimateArticle" |
JoinColumns |
({
@JoinColumn(name="parent_id", referencedColumnName="id")
}) |
$purchasingDfUnitPrice : \decimal
Column |
name="purchasing_DF_unit_price", type="decimal" |
$quantityArticle : \decimal
Column |
name="quantity_article", type="decimal" |
$taxRate : \decimal
Column |
name="tax_rate", type="decimal" |
$totSellPriceArticleDf : \decimal
Column |
name="tot_sell_price_article_DF", type="decimal" |
$totSellPriceArticleTi : \decimal
Column |
name="tot_sell_price_article_TI", type="decimal" |