Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
InventoryCostRevaluationCostComponent.php
Go to the documentation of this file.
1
<?php
8
class
InventoryCostRevaluationCostComponent
{
9
18
public
$cost
;
19
28
public
$componentItem
;
29
38
public
$quantity
;
39
48
public
$units
;
49
58
public
$costCategory
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"cost"
=>
"float"
,
65
66
"componentItem"
=>
"RecordRef"
,
67
68
"quantity"
=>
"float"
,
69
70
"units"
=>
"RecordRef"
,
71
72
"costCategory"
=>
"RecordRef"
,
73
74
);
75
76
}
InventoryCostRevaluationCostComponent\$quantity
$quantity
Definition:
InventoryCostRevaluationCostComponent.php:38
InventoryCostRevaluationCostComponent\$componentItem
$componentItem
Definition:
InventoryCostRevaluationCostComponent.php:28
InventoryCostRevaluationCostComponent\$paramtypesmap
static $paramtypesmap
Definition:
InventoryCostRevaluationCostComponent.php:62
InventoryCostRevaluationCostComponent\$costCategory
$costCategory
Definition:
InventoryCostRevaluationCostComponent.php:58
InventoryCostRevaluationCostComponent
Definition:
InventoryCostRevaluationCostComponent.php:8
InventoryCostRevaluationCostComponent\$cost
$cost
Definition:
InventoryCostRevaluationCostComponent.php:18
InventoryCostRevaluationCostComponent\$units
$units
Definition:
InventoryCostRevaluationCostComponent.php:48
Generated by
dreamxtream
using
1.8.10