RealSendOrderJob
Aggrosoft\WAWIBundle\Entity\RealSendOrderJob
2
Columns
2
Relations
4
Properties
Metadaten
Tabelle
realsendorderjob
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
timestamp
|
timestamp
|
datetime
|
|
{{ entity.timestamp }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
timestamp
DB
|
read
write
|
{{
entity.timestamp
}}
|
getTimestamp()
setTimestamp()
|
\DateTime
|
offerItem
DB
|
read
write
|
{{
entity.offerItem
}}
|
getOfferItem()
setOfferItem()
|
\Aggrosoft\WAWIBundle\Entity\OfferItem
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
Keine Indexes definiert