CommercialEstimate

Table name="COMMERCIAL_ESTIMATE"
Entity Entity

 Methods

Get commercialDocument

getCommercialDocument() : \CommercialCommercialDocument

Get dateEstimate

getDateEstimate() : \date

Returns

\date

Get estimationNumber

getEstimationNumber() : string

Returns

string

Get id

getId() : integer

Returns

integer

Get pathPdfFile

getPathPdfFile() : string

Returns

string

Get userId

getUserId() : integer

Returns

integer

Get validUntil

getValidUntil() : \date

Returns

\date

Set commercialDocument

setCommercialDocument(\CommercialCommercialDocument $commercialDocument) : \CommercialEstimate

Parameters

$commercialDocument

\CommercialCommercialDocument

Returns

Set dateEstimate

setDateEstimate(\date $dateEstimate) : \CommercialEstimate

Parameters

$dateEstimate

\date

Returns

Set estimationNumber

setEstimationNumber(string $estimationNumber) : \CommercialEstimate

Parameters

$estimationNumber

string

Returns

Set pathPdfFile

setPathPdfFile(string $pathPdfFile) : \CommercialEstimate

Parameters

$pathPdfFile

string

Returns

Set userId

setUserId(integer $userId) : \CommercialEstimate

Parameters

$userId

integer

Returns

Set validUntil

setValidUntil(\date $validUntil) : \CommercialEstimate

Parameters

$validUntil

\date

Returns

 Properties

 

$commercialDocument : \CommercialCommercialDocument
ManyToOne targetEntity="CommercialCommercialDocument"
JoinColumns ({ @JoinColumn(name="commercial_document_id", referencedColumnName="id") })
 

$dateEstimate : \date
Column name="date_estimate", type="date"
 

$estimationNumber : string
Column name="estimation_number", type="string", length=10
 

$id : integer
Column name="id", type="integer"
Id Id
GeneratedValue strategy="IDENTITY"
 

$pathPdfFile : string
Column name="path_pdf_file", type="string", length=256
 

$userId : integer
Column name="user_id", type="integer"
 

$validUntil : \date
Column name="valid_until", type="date"