Documentation

StockItemAType
in package

Class representing StockItemAType.

Table of Contents

$extId  : ExtIdType|null
$id  : int|null
$ids  : string|null
$name  : string|null
getExtId()  : ExtIdType
Gets as extId.
getId()  : int
Gets as id.
getIds()  : string
Gets as ids.
getName()  : string
Gets as name.
setExtId()  : self
Sets a new extId.
setId()  : self
Sets a new id.
setIds()  : self
Sets a new ids.
setName()  : self
Sets a new name.

Properties

Methods

getIds()

Gets as ids.

public getIds() : string
Return values
string

getName()

Gets as name.

public getName() : string
Return values
string

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self
Parameters
$ids : string
Return values
self

setName()

Sets a new name.

public setName(string $name) : self
Parameters
$name : string
Return values
self

Search results