AccStockAType
in package
Class representing AccStockAType.
XSD Type: accStockAType
Table of Contents
- $animals : string|null
- Zvířata.
- $goods : string|null
- Zboží.
- $material : string|null
- Materiál.
- $materialOfOwnProduction : string|null
- Materiál vl. výroby.
- $products : string|null
- Výrobky.
- $semiproducts : string|null
- Polotovary.
- $workInProgress : string|null
- Nedokončená výroba.
- getAnimals() : string
- Gets as animals.
- getGoods() : string
- Gets as goods.
- getMaterial() : string
- Gets as material.
- getMaterialOfOwnProduction() : string
- Gets as materialOfOwnProduction.
- getProducts() : string
- Gets as products.
- getSemiproducts() : string
- Gets as semiproducts.
- getWorkInProgress() : string
- Gets as workInProgress.
- setAnimals() : self
- Sets a new animals.
- setGoods() : self
- Sets a new goods.
- setMaterial() : self
- Sets a new material.
- setMaterialOfOwnProduction() : self
- Sets a new materialOfOwnProduction.
- setProducts() : self
- Sets a new products.
- setSemiproducts() : self
- Sets a new semiproducts.
- setWorkInProgress() : self
- Sets a new workInProgress.
Properties
$animals
Zvířata.
private
string|null
$animals
= null
$goods
Zboží.
private
string|null
$goods
= null
$material
Materiál.
private
string|null
$material
= null
$materialOfOwnProduction
Materiál vl. výroby.
private
string|null
$materialOfOwnProduction
= null
$products
Výrobky.
private
string|null
$products
= null
$semiproducts
Polotovary.
private
string|null
$semiproducts
= null
$workInProgress
Nedokončená výroba.
private
string|null
$workInProgress
= null
Methods
getAnimals()
Gets as animals.
public
getAnimals() : string
Zvířata.
Return values
string —getGoods()
Gets as goods.
public
getGoods() : string
Zboží.
Return values
string —getMaterial()
Gets as material.
public
getMaterial() : string
Materiál.
Return values
string —getMaterialOfOwnProduction()
Gets as materialOfOwnProduction.
public
getMaterialOfOwnProduction() : string
Materiál vl. výroby.
Return values
string —getProducts()
Gets as products.
public
getProducts() : string
Výrobky.
Return values
string —getSemiproducts()
Gets as semiproducts.
public
getSemiproducts() : string
Polotovary.
Return values
string —getWorkInProgress()
Gets as workInProgress.
public
getWorkInProgress() : string
Nedokončená výroba.
Return values
string —setAnimals()
Sets a new animals.
public
setAnimals(string $animals) : self
Zvířata.
Parameters
- $animals : string
Return values
self —setGoods()
Sets a new goods.
public
setGoods(string $goods) : self
Zboží.
Parameters
- $goods : string
Return values
self —setMaterial()
Sets a new material.
public
setMaterial(string $material) : self
Materiál.
Parameters
- $material : string
Return values
self —setMaterialOfOwnProduction()
Sets a new materialOfOwnProduction.
public
setMaterialOfOwnProduction(string $materialOfOwnProduction) : self
Materiál vl. výroby.
Parameters
- $materialOfOwnProduction : string
Return values
self —setProducts()
Sets a new products.
public
setProducts(string $products) : self
Výrobky.
Parameters
- $products : string
Return values
self —setSemiproducts()
Sets a new semiproducts.
public
setSemiproducts(string $semiproducts) : self
Polotovary.
Parameters
- $semiproducts : string
Return values
self —setWorkInProgress()
Sets a new workInProgress.
public
setWorkInProgress(string $workInProgress) : self
Nedokončená výroba.
Parameters
- $workInProgress : string