Table |
name="COMMERCIAL_ESTIMATE" |
Entity |
Entity |
Methods
Get dateEstimate
getDateEstimate() : \date
Get estimationNumber
getEstimationNumber() : string
Get pathPdfFile
getPathPdfFile() : string
Get userId
getUserId() : integer
Get validUntil
getValidUntil() : \date
Set commercialDocument
setCommercialDocument(\CommercialCommercialDocument $commercialDocument) : \CommercialEstimate
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 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" |