BarcodeLabelPreset

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity

(repositoryClass="Repository")

ORM\Table

(name="pickware_erp_barcode_label_presets")

package

Default

Methods

__construct

__construct() 

getBlocks

getBlocks() : \Doctrine\Common\Collections\ArrayCollection

Response

\Doctrine\Common\Collections\ArrayCollection

getComment

getComment() : string|null

Response

string|null

getId

getId() : integer

Response

integer

getName

getName() : string

Response

string

getPaddingBottom

getPaddingBottom() : float

Response

float

getPaddingLeft

getPaddingLeft() : float

Response

float

getPaddingRight

getPaddingRight() : float

Response

float

getPaddingTop

getPaddingTop() : float

Response

float

getPaperHeight

getPaperHeight() : float|null

Response

float|null

getPaperLayoutIdentifier

getPaperLayoutIdentifier() : string

Response

string

getPaperWidth

getPaperWidth() : float|null

Response

float|null

getTemplateIdentifier

getTemplateIdentifier() : string

Response

string

getType

getType() : mixed

Response

mixed

setComment

setComment(string|null $comment) 

Arguments

$comment

string|null

setName

setName(string $name) 

Arguments

$name

string

setPaddingBottom

setPaddingBottom(float $paddingBottom) 

Arguments

$paddingBottom

float

setPaddingLeft

setPaddingLeft(float $paddingLeft) 

Arguments

$paddingLeft

float

setPaddingRight

setPaddingRight(float $paddingRight) 

Arguments

$paddingRight

float

setPaddingTop

setPaddingTop(float $paddingTop) 

Arguments

$paddingTop

float

setPaperHeight

setPaperHeight(float|null $paperHeight) 

Arguments

$paperHeight

float|null

setPaperLayoutIdentifier

setPaperLayoutIdentifier(string $paperLayoutIdentifier) 

Arguments

$paperLayoutIdentifier

string

setPaperWidth

setPaperWidth(float|null $paperWidth) 

Arguments

$paperWidth

float|null

setTemplateIdentifier

setTemplateIdentifier(string $templateIdentifier) 

Arguments

$templateIdentifier

string

setType

setType(string $type) 

Arguments

$type

string

Updates all values with the given array.

updateWithValues(array $values) 

Arguments

$values

array