CSVImportJob
Aggrosoft\WAWIBundle\Entity\CSVImportJob
6
Columns
2
Relations
8
Properties
Metadaten
Tabelle
csvimportjob
Bundle
WAWIBundle
Interfaces
IClientable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
position
|
position
|
integer
|
|
{{ entity.position }} |
variantPosition
|
variantPosition
|
integer
|
|
{{ entity.variantPosition }} |
timestamp
|
timestamp
|
datetime
|
|
{{ entity.timestamp }} |
csvFileName
|
csvFileName
|
string(255)
|
|
{{ entity.csvFileName }} |
customData
|
customData
|
text
|
|
{{ entity.customData }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
position
DB
|
read
write
|
{{
entity.position
}}
|
getPosition()
setPosition()
|
integer
|
timestamp
DB
|
read
write
|
{{
entity.timestamp
}}
|
getTimestamp()
setTimestamp()
|
\DateTime
|
csvimport
DB
|
read
write
|
{{
entity.csvimport
}}
|
getCsvimport()
setCsvimport()
|
\Aggrosoft\WAWIBundle\Entity\CSVImport
|
variantPosition
DB
|
read
write
|
{{
entity.variantPosition
}}
|
getVariantPosition()
setVariantPosition()
|
integer
|
csvFileName
DB
|
read
write
|
{{
entity.csvFileName
}}
|
getCsvFileName()
setCsvFileName()
|
string
|
customData
DB
|
read
write
|
{{
entity.customData
}}
|
getCustomData()
setCustomData()
|
string
|
Keine Indexes definiert