Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
Bin.php
Go to the documentation of this file.
1
<?php
8
class
Bin
extends
Record
{
9
18
public
$binNumber
;
19
28
public
$location
;
29
38
public
$memo
;
39
48
public
$isInactive
;
49
58
public
$customFieldList
;
59
68
public
$internalId
;
69
78
public
$externalId
;
79
80
81
82
static
$paramtypesmap
= array(
83
84
"binNumber"
=>
"string"
,
85
86
"location"
=>
"RecordRef"
,
87
88
"memo"
=>
"string"
,
89
90
"isInactive"
=>
"boolean"
,
91
92
"customFieldList"
=>
"CustomFieldList"
,
93
94
"internalId"
=>
"string"
,
95
96
"externalId"
=>
"string"
,
97
98
);
99
100
}
Bin
Definition:
Bin.php:8
Bin\$paramtypesmap
static $paramtypesmap
Definition:
Bin.php:82
Bin\$binNumber
$binNumber
Definition:
Bin.php:18
Bin\$location
$location
Definition:
Bin.php:28
Bin\$memo
$memo
Definition:
Bin.php:38
Bin\$isInactive
$isInactive
Definition:
Bin.php:48
Bin\$customFieldList
$customFieldList
Definition:
Bin.php:58
Bin\$externalId
$externalId
Definition:
Bin.php:78
Bin\$internalId
$internalId
Definition:
Bin.php:68
Record
Definition:
Record.php:8
Generated by
dreamxtream
using
1.8.10