Netsutie PHP Toolkit
ClassificationSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
18  public $externalId;
19 
28  public $internalId;
29 
38  public $isInactive;
39 
48  public $name;
49 
59 
68  public $subsidiary;
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "externalId" => "SearchColumnSelectField[]",
85 
86  "internalId" => "SearchColumnSelectField[]",
87 
88  "isInactive" => "SearchColumnBooleanField[]",
89 
90  "name" => "SearchColumnStringField[]",
91 
92  "nameNoHierarchy" => "SearchColumnStringField[]",
93 
94  "subsidiary" => "SearchColumnSelectField[]",
95 
96  "customFieldList" => "SearchColumnCustomFieldList",
97 
98  );
99 
100 }