ORM\Entity |
(repositoryClass="Repository") |
---|---|
ORM\Table |
(name="pickware_erp_barcode_label_presets") |
package |
Default |
__construct()
getBlocks() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getComment() : string|null
string|null
getId() : integer
integer
getName() : string
string
getPaddingBottom() : float
float
getPaddingLeft() : float
float
getPaddingRight() : float
float
getPaddingTop() : float
float
getPaperHeight() : float|null
float|null
getPaperLayoutIdentifier() : string
string
getPaperWidth() : float|null
float|null
getTemplateIdentifier() : string
string
getType() : mixed
mixed
setComment(string|null $comment)
string|null
setName(string $name)
string
setPaddingBottom(float $paddingBottom)
float
setPaddingLeft(float $paddingLeft)
float
setPaddingRight(float $paddingRight)
float
setPaddingTop(float $paddingTop)
float
setPaperHeight(float|null $paperHeight)
float|null
setPaperLayoutIdentifier(string $paperLayoutIdentifier)
string
setPaperWidth(float|null $paperWidth)
float|null
setTemplateIdentifier(string $templateIdentifier)
string
setType(string $type)
string
updateWithValues(array $values)
array