WebshopExportJob

Aggrosoft\WAWIBundle\Entity\WebshopExportJob
7
Columns
1
Relations
8
Properties

Relationships

Click entity to navigate
erDiagram
    WebshopExportJob {
                string id PK
                integer position
                integer numberOfPositions
                datetime timestamp
                datetime executedFrom
                string exportType
                        ___ ___more___
            }
                WebshopExportJob }o--|| Client : "client"
        Client {
        int id PK
    }
                    

Metadaten

Tabelle webshopexportjob
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 }}
executedFrom executedFrom datetime
{{ entity.executedFrom }}
exportType exportType string(64)
{{ entity.exportType }}
entityId entityId string(64)
{{ entity.entityId }}

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
numberOfPositions DB
read write
{{ entity.numberOfPositions }}
getNumberOfPositions()
setNumberOfPositions()
integer
timestamp DB
read write
{{ entity.timestamp }}
getTimestamp()
setTimestamp()
\DateTime
exportType DB
read write
{{ entity.exportType }}
getExportType()
setExportType()
string
entityId DB
read write
{{ entity.entityId }}
getEntityId()
setEntityId()
string
executedFrom DB
read write
{{ entity.executedFrom }}
getExecutedFrom()
setExecutedFrom()
\DateTime
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
client ManyToOne Client - - - {{ entity.client }}
Keine Indexes definiert