VendorConditionDiscount

Aggrosoft\WAWIBundle\Entity\VendorConditionDiscount
3
Columns
1
Relations
4
Properties

Relationships

Click entity to navigate
erDiagram
    VendorConditionDiscount {
                string id PK
                decimal fromValue
                decimal discount
                    }
                VendorConditionDiscount }o--|| VendorConditions : "condition"
        VendorConditions {
        int id PK
    }
                    

Metadaten

Tabelle vendorconditiondiscount
Bundle WAWIBundle
Property Column Type Flags Twig Access
id id string(36)
PK AUTO
{{ entity.id }}
fromValue fromValue decimal
{{ entity.fromValue }}
discount discount decimal
{{ entity.discount }}

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
fromValue DB
read write
{{ entity.fromValue }}
getFromValue()
setFromValue()
float
discount DB
read write
{{ entity.discount }}
getDiscount()
setDiscount()
float
condition DB
read write
{{ entity.condition }}
getCondition()
setCondition()
\Aggrosoft\WAWIBundle\Entity\VendorConditions
Property Type Target Entity Mapped By Inversed By Cascade Twig Access
condition ManyToOne VendorConditions - discounts - {{ entity.condition }}
Keine Indexes definiert