WebshopImportJob
Aggrosoft\WAWIBundle\Entity\WebshopImportJob
7
Columns
1
Relations
8
Properties
Metadaten
Tabelle
webshopimportjob
Bundle
WAWIBundle
Interfaces
IClientable
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
position
|
position
|
integer
|
|
{{ entity.position }} |
numberOfPositions
|
numberOfPositions
|
integer
|
|
{{ entity.numberOfPositions }} |
timestamp
|
timestamp
|
datetime
|
|
{{ entity.timestamp }} |
importType
|
importType
|
string(64)
|
|
{{ entity.importType }} |
fields
|
fields
|
string(255)
|
|
{{ entity.fields }} |
foreignIds
|
foreignIds
|
string(255)
|
|
{{ entity.foreignIds }} |
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
|
importType
DB
|
read
write
|
{{
entity.importType
}}
|
getImportType()
setImportType()
|
string
|
numberOfPositions
DB
|
read
write
|
{{
entity.numberOfPositions
}}
|
getNumberOfPositions()
setNumberOfPositions()
|
integer
|
fields
DB
|
read
write
|
{{
entity.fields
}}
|
getFields()
setFields()
|
string
|
foreignIds
DB
|
read
write
|
{{
entity.foreignIds
}}
|
getForeignIds()
setForeignIds()
|
string
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
client
|
ManyToOne | Client | - | - | - | {{ entity.client }} |
Keine Indexes definiert