Netsutie PHP Toolkit
ManufacturingRoutingSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $itemJoin;
29 
38  public $locationJoin;
39 
49 
59 
68  public $userJoin;
69 
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "basic" => "ManufacturingRoutingSearchRowBasic",
85 
86  "itemJoin" => "ItemSearchRowBasic",
87 
88  "locationJoin" => "LocationSearchRowBasic",
89 
90  "manufacturingCostTemplateJoin" => "ManufacturingCostTemplateSearchRowBasic",
91 
92  "manufacturingWorkCenterJoin" => "EntityGroupSearchRowBasic",
93 
94  "userJoin" => "EmployeeSearchRowBasic",
95 
96  "customSearchJoin" => "CustomSearchRowBasic[]",
97 
98  );
99 
100 }