DesktopDownloadJob
Aggrosoft\WAWIBundle\Entity\DesktopDownloadJob
6
Columns
2
Relations
8
Properties
Metadaten
Tabelle
desktopdownloadjob
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
downloadLink
|
downloadLink
|
text
|
|
{{ entity.downloadLink }} |
targetFile
|
targetFile
|
text
|
|
{{ entity.targetFile }} |
targetDir
|
targetDir
|
text
|
|
{{ entity.targetDir }} |
completed
|
completed
|
boolean
|
|
{{ entity.completed }} |
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
|
downloadLink
DB
|
read
write
|
{{
entity.downloadLink
}}
|
getDownloadLink()
setDownloadLink()
|
string
|
targetFile
DB
|
read
write
|
{{
entity.targetFile
}}
|
getTargetFile()
setTargetFile()
|
string
|
targetDir
DB
|
read
write
|
{{
entity.targetDir
}}
|
getTargetDir()
setTargetDir()
|
string
|
completed
DB
|
read
write
|
{{
entity.completed
}}
|
getCompleted()
setCompleted()
|
boolean
|
timestamp
DB
|
read
write
|
{{
entity.timestamp
}}
|
getTimestamp()
setTimestamp()
|
\DateTime
|
user
DB
|
read
write
|
{{
entity.user
}}
|
getUser()
setUser()
|
\Aggrosoft\WAWIBundle\Entity\User
|
client
DB
|
read
write
|
{{
entity.client
}}
|
getClient()
setClient()
|
\Aggrosoft\WAWIBundle\Entity\Client
|
Keine Indexes definiert