DHLReturn

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

Relationships

Click entity to navigate
erDiagram
    DHLReturn {
                string id PK
                string intIdcType
                string intIdc
                string idc
                string routingCode
                datetime issueDate
                        ___ ___more___
            }
                DHLReturn ||--|| Offer : "offer"
        Offer {
        int id PK
    }
                    

Metadaten

Tabelle dhlreturn
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
intIdcType intIdcType string(36)
{{ entity.intIdcType }}
intIdc intIdc string(36)
{{ entity.intIdc }}
idc idc string(36)
{{ entity.idc }}
routingCode routingCode string(36)
{{ entity.routingCode }}
issueDate issueDate datetime
{{ entity.issueDate }}
labelUrl labelUrl string(255)
{{ entity.labelUrl }}

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
intIdcType DB
read write
{{ entity.intIdcType }}
getIntIdcType()
setIntIdcType()
string
intIdc DB
read write
{{ entity.intIdc }}
getIntIdc()
setIntIdc()
string
idc DB
read write
{{ entity.idc }}
getIdc()
setIdc()
string
routingCode DB
read write
{{ entity.routingCode }}
getRoutingCode()
setRoutingCode()
string
issueDate DB
read write
{{ entity.issueDate }}
getIssueDate()
setIssueDate()
\DateTime
labelUrl DB
read write
{{ entity.labelUrl }}
getLabelUrl()
setLabelUrl()
string
offer DB
read write
{{ entity.offer }}
getOffer()
setOffer()
\Aggrosoft\WAWIBundle\Entity\Offer
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
offer OneToOne Offer - - - {{ entity.offer }}
Keine Indexes definiert