BanknoteCount
Aggrosoft\WAWIBundle\Entity\BanknoteCount
3
Columns
2
Relations
6
Properties
Metadaten
Tabelle
banknotecount
Bundle
WAWIBundle
| Property | Column | Type | Flags | Twig Access |
|---|---|---|---|---|
id
|
id
|
string(36)
|
PK
AUTO
|
{{ entity.id }} |
sort
|
sort
|
integer
|
|
{{ entity.sort }} |
amount
|
amount
|
integer
|
|
{{ entity.amount }} |
Tipp: Diese Properties sind über Getter/Setter-Methoden in Twig verfügbar.
Verwende {{ entity.propertyName }} zum Lesen.
| Property | Access | Twig Usage | Methods | Return Type |
|---|---|---|---|---|
sum
Computed
|
read
|
{{
entity.sum
}}
|
getSum()
|
- |
id
DB
|
read
|
{{
entity.id
}}
|
getId()
|
string
|
amount
DB
|
read
write
|
{{
entity.amount
}}
|
getAmount()
setAmount()
|
integer
|
banknote
DB
|
read
write
|
{{
entity.banknote
}}
|
getBanknote()
setBanknote()
|
\Aggrosoft\WAWIBundle\Entity\Banknote
|
banknoteCountProtocol
DB
|
read
write
|
{{
entity.banknoteCountProtocol
}}
|
getBanknoteCountProtocol()
setBanknoteCountProtocol()
|
\Aggrosoft\WAWIBundle\Entity\BanknoteCountProtocol
|
sort
DB
|
read
write
|
{{
entity.sort
}}
|
getSort()
setSort()
|
integer
|
| Property | Type | Target Entity | Mapped By | Inversed By | Cascade | Twig Access |
|---|---|---|---|---|---|---|
banknote
|
ManyToOne | Banknote | - | - | - | {{ entity.banknote }} |
banknoteCountProtocol
|
ManyToOne | BanknoteCountProtocol | - |
banknoteCounts
|
- | {{ entity.banknoteCountProtocol }} |
Keine Indexes definiert