Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
UnitsType.php
Go to the documentation of this file.
1
<?php
8
class
UnitsType
extends
Record
{
9
18
public
$name
;
19
28
public
$isInactive
;
29
38
public
$uomList
;
39
48
public
$internalId
;
49
58
public
$externalId
;
59
60
61
62
static
$paramtypesmap
= array(
63
64
"name"
=>
"string"
,
65
66
"isInactive"
=>
"boolean"
,
67
68
"uomList"
=>
"UnitsTypeUomList"
,
69
70
"internalId"
=>
"string"
,
71
72
"externalId"
=>
"string"
,
73
74
);
75
76
}
UnitsType\$internalId
$internalId
Definition:
UnitsType.php:48
UnitsType\$name
$name
Definition:
UnitsType.php:18
UnitsType\$uomList
$uomList
Definition:
UnitsType.php:38
UnitsType\$externalId
$externalId
Definition:
UnitsType.php:58
UnitsType
Definition:
UnitsType.php:8
UnitsType\$isInactive
$isInactive
Definition:
UnitsType.php:28
UnitsType\$paramtypesmap
static $paramtypesmap
Definition:
UnitsType.php:62
Record
Definition:
Record.php:8
Generated by
dreamxtream
using
1.8.10