Logidav Docs

ManufacturerBase
in package

Class ManufacturerBase

Tags
ORM\Table

(name="mz_manufacturer_base")

ORM\Entity

(repositoryClass="AppBundle\Repository\ManufacturerBaseRepository")

Table of Contents

Properties

$code  : string
$id  : int
$label  : string
$type  : string

Methods

getCode()  : string
getId()  : int
getLabel()  : string
getType()  : string
setCode()  : void
setId()  : void
setLabel()  : void
setType()  : void

Properties

$code

private string $code
Tags
ORM\Column

(name="code", type="string", length=255, nullable=true)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$label

private string $label
Tags
ORM\Column

(name="label", type="string", length=255)

$type

private string $type
Tags
ORM\Column

(name="type", type="string", length=255)

Methods

setCode()

public setCode(string $code) : void
Parameters
$code : string

setLabel()

public setLabel(string $label) : void
Parameters
$label : string

setType()

public setType(string $type) : void
Parameters
$type : string

        
On this page

Search results