CommercialEstimateArticle

Table name="COMMERCIAL_ESTIMATE_ARTICLE"
Entity Entity

 Methods

Get accountingLabel

getAccountingLabel() : string

Returns

string

Get accountingNumber

getAccountingNumber() : string

Returns

string

Get amountTax

getAmountTax() : \decimal

Returns

\decimal

Get comment

getComment() : \text

Returns

\text

Get estimate

getEstimate() : \CommercialEstimate

Get id

getId() : integer

Returns

integer

Get isGroup

getIsGroup() : boolean

Returns

boolean

Get itemLabel

getItemLabel() : string

Returns

string

Get itemRef

getItemRef() : string

Returns

string

Get parent

getParent() : \CommercialEstimateArticle

Get purchasingDfUnitPrice

getPurchasingDfUnitPrice() : \decimal

Returns

\decimal

Get quantityArticle

getQuantityArticle() : \decimal

Returns

\decimal

Get taxRate

getTaxRate() : \decimal

Returns

\decimal

Get totSellPriceArticleDf

getTotSellPriceArticleDf() : \decimal

Returns

\decimal

Get totSellPriceArticleTi

getTotSellPriceArticleTi() : \decimal

Returns

\decimal

Set accountingLabel

setAccountingLabel(string $accountingLabel) : \CommercialEstimateArticle

Parameters

$accountingLabel

string

Returns

Set accountingNumber

setAccountingNumber(string $accountingNumber) : \CommercialEstimateArticle

Parameters

$accountingNumber

string

Returns

Set amountTax

setAmountTax(\decimal $amountTax) : \CommercialEstimateArticle

Parameters

$amountTax

\decimal

Returns

Set comment

setComment(\text $comment) : \CommercialEstimateArticle

Parameters

$comment

\text

Returns

Set estimate

setEstimate(\CommercialEstimate $estimate) : \CommercialEstimateArticle

Parameters

Returns

Set isGroup

setIsGroup(boolean $isGroup) : \CommercialEstimateArticle

Parameters

$isGroup

boolean

Returns

Set itemLabel

setItemLabel(string $itemLabel) : \CommercialEstimateArticle

Parameters

$itemLabel

string

Returns

Set itemRef

setItemRef(string $itemRef) : \CommercialEstimateArticle

Parameters

$itemRef

string

Returns

Set parent

setParent(\CommercialEstimateArticle $parent) : \CommercialEstimateArticle

Set purchasingDfUnitPrice

setPurchasingDfUnitPrice(\decimal $purchasingDfUnitPrice) : \CommercialEstimateArticle

Parameters

$purchasingDfUnitPrice

\decimal

Returns

Set quantityArticle

setQuantityArticle(\decimal $quantityArticle) : \CommercialEstimateArticle

Parameters

$quantityArticle

\decimal

Returns

Set taxRate

setTaxRate(\decimal $taxRate) : \CommercialEstimateArticle

Parameters

$taxRate

\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"
 

$comment : \text
Column name="comment", type="text"
 

$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"