Netsutie PHP Toolkit
Department Class Reference
Inheritance diagram for Department:
Record

Data Fields

 $name
 
 $includeChildren
 
 $parent
 
 $isInactive
 
 $classTranslationList
 
 $subsidiaryList
 
 $customFieldList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

Department

Definition at line 8 of file Department.php.

Field Documentation

$classTranslationList

Definition at line 58 of file Department.php.

$customFieldList

Definition at line 78 of file Department.php.

$externalId

Definition at line 98 of file Department.php.

$includeChildren

Definition at line 28 of file Department.php.

$internalId

Definition at line 88 of file Department.php.

$isInactive

Definition at line 48 of file Department.php.

$name

Definition at line 18 of file Department.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"includeChildren" => "boolean",
"parent" => "RecordRef",
"isInactive" => "boolean",
"classTranslationList" => "ClassTranslationList",
"subsidiaryList" => "RecordRefList",
"customFieldList" => "CustomFieldList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 102 of file Department.php.

$parent

Definition at line 38 of file Department.php.

$subsidiaryList

Definition at line 68 of file Department.php.


The documentation for this class was generated from the following file: