Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
AssemblyComponent.php
Go to the documentation of this file.
1
<?php
8
class
AssemblyComponent
{
9
18
public
$item
;
19
28
public
$quantity
;
29
38
public
$quantityOnHand
;
39
48
public
$componentInventoryDetail
;
49
58
public
$componentNumbers
;
59
68
public
$binNumbers
;
69
70
71
72
static
$paramtypesmap
= array(
73
74
"item"
=>
"RecordRef"
,
75
76
"quantity"
=>
"float"
,
77
78
"quantityOnHand"
=>
"float"
,
79
80
"componentInventoryDetail"
=>
"InventoryDetail"
,
81
82
"componentNumbers"
=>
"string"
,
83
84
"binNumbers"
=>
"string"
,
85
86
);
87
88
}
AssemblyComponent\$binNumbers
$binNumbers
Definition:
AssemblyComponent.php:68
AssemblyComponent\$quantityOnHand
$quantityOnHand
Definition:
AssemblyComponent.php:38
AssemblyComponent\$componentNumbers
$componentNumbers
Definition:
AssemblyComponent.php:58
AssemblyComponent\$quantity
$quantity
Definition:
AssemblyComponent.php:28
AssemblyComponent
Definition:
AssemblyComponent.php:8
AssemblyComponent\$paramtypesmap
static $paramtypesmap
Definition:
AssemblyComponent.php:72
AssemblyComponent\$componentInventoryDetail
$componentInventoryDetail
Definition:
AssemblyComponent.php:48
AssemblyComponent\$item
$item
Definition:
AssemblyComponent.php:18
Generated by
dreamxtream
using
1.8.10