Netsutie PHP Toolkit
ItemSupplyPlanSearchRow.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $itemJoin;
29 
38  public $locationJoin;
39 
48  public $userJoin;
49 
59 
60 
61 
62  static $paramtypesmap = array(
63 
64  "basic" => "ItemSupplyPlanSearchRowBasic",
65 
66  "itemJoin" => "ItemSearchRowBasic",
67 
68  "locationJoin" => "LocationSearchRowBasic",
69 
70  "userJoin" => "EmployeeSearchRowBasic",
71 
72  "customSearchJoin" => "CustomSearchRowBasic[]",
73 
74  );
75 
76 }