Netsutie PHP Toolkit
ResourceAllocationSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $customerJoin;
29 
38  public $employeeJoin;
39 
48  public $jobJoin;
49 
59 
68  public $resourceJoin;
69 
78  public $userJoin;
79 
88  public $vendorJoin;
89 
99 
100 
101 
102  static $paramtypesmap = array(
103 
104  "basic" => "ResourceAllocationSearchRowBasic",
105 
106  "customerJoin" => "CustomerSearchRowBasic",
107 
108  "employeeJoin" => "EmployeeSearchRowBasic",
109 
110  "jobJoin" => "JobSearchRowBasic",
111 
112  "requestedByJoin" => "EntitySearchRowBasic",
113 
114  "resourceJoin" => "EntitySearchRowBasic",
115 
116  "userJoin" => "EmployeeSearchRowBasic",
117 
118  "vendorJoin" => "VendorSearchRowBasic",
119 
120  "customSearchJoin" => "CustomSearchRowBasic[]",
121 
122  );
123 
124 }