Netsutie PHP Toolkit
TimeSheetSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $employee;
29 
38  public $endDate;
39 
48  public $externalId;
49 
58  public $id;
59 
68  public $internalId;
69 
78  public $startDate;
79 
88  public $totalHours;
89 
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "approvalStatus" => "SearchColumnSelectField[]",
105 
106  "employee" => "SearchColumnSelectField[]",
107 
108  "endDate" => "SearchColumnDateField[]",
109 
110  "externalId" => "SearchColumnStringField[]",
111 
112  "id" => "SearchColumnLongField[]",
113 
114  "internalId" => "SearchColumnLongField[]",
115 
116  "startDate" => "SearchColumnDateField[]",
117 
118  "totalHours" => "SearchColumnStringField[]",
119 
120  "customFieldList" => "SearchColumnCustomFieldList",
121 
122  );
123 
124 }