SubscriptionContractUpload

Aggrosoft\WAWIBundle\Entity\SubscriptionContractUpload
4
Columns
1
Relations
10
Properties

Relationships

Click entity to navigate
erDiagram
    SubscriptionContractUpload {
                string id PK
                string fileName
                string description
                integer lastUpdated
                    }
                SubscriptionContractUpload }o--|| SubscriptionContract : "subscriptionContract"
        SubscriptionContract {
        int id PK
    }
                    

Metadaten

Tabelle subscriptioncontractupload
Bundle WAWIBundle
Interfaces
IUpload IForeignClientable
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
fileName file string(255)
{{ entity.fileName }}
description description string(255)
{{ entity.description }}
lastUpdated lastupdated integer(11)
{{ entity.lastUpdated }}

Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar. Verwende {{ entity.propertyName }} zum Lesen.

Property Access Twig Usage Methods Return Type
uploadFields Computed
read
{{ entity.uploadFields }}
getUploadFields()
-
file Computed
read write
{{ entity.file }}
getFile()
setFile()
-
subPath Computed
read
{{ entity.subPath }}
getSubPath()
-
foreignClient Computed
read
{{ entity.foreignClient }}
getForeignClient()
-
removeRouter Computed
read
{{ entity.removeRouter }}
getRemoveRouter()
-
id DB
read
{{ entity.id }}
getId()
string
fileName DB
read write
{{ entity.fileName }}
getFileName()
setFileName()
string
description DB
read write
{{ entity.description }}
getDescription()
setDescription()
string
lastUpdated DB
read write
{{ entity.lastUpdated }}
getLastUpdated()
setLastUpdated()
integer
subscriptionContract DB
read write
{{ entity.subscriptionContract }}
getSubscriptionContract()
setSubscriptionContract()
\Aggrosoft\WAWIBundle\Entity\SubscriptionContract
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
subscriptionContract ManyToOne SubscriptionContract - uploads - {{ entity.subscriptionContract }}
Keine Indexes definiert