ManufacturerBase
in package
Class ManufacturerBase
Tags
Table of Contents
Properties
Methods
- getCode() : string
- getId() : int
- getLabel() : string
- getType() : string
- setCode() : void
- setId() : void
- setLabel() : void
- setType() : void
Properties
$code
private
string
$code
Tags
$id
private
int
$id
Tags
$label
private
string
$label
Tags
$type
private
string
$type
Tags
Methods
getCode()
public
getCode() : string
Return values
stringgetId()
public
getId() : int
Return values
intgetLabel()
public
getLabel() : string
Return values
stringgetType()
public
getType() : string
Return values
stringsetCode()
public
setCode(string $code) : void
Parameters
- $code : string
setId()
public
setId(int $id) : void
Parameters
- $id : int
setLabel()
public
setLabel(string $label) : void
Parameters
- $label : string
setType()
public
setType(string $type) : void
Parameters
- $type : string