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