Netsutie PHP Toolkit
ItemDemandPlanSearch.php
Go to the documentation of this file.
1 <?php
9 
18  public $basic;
19 
28  public $itemJoin;
29 
39 
48  public $locationJoin;
49 
58  public $userJoin;
59 
69 
70 
71 
72  static $paramtypesmap = array(
73 
74  "basic" => "ItemDemandPlanSearchBasic",
75 
76  "itemJoin" => "ItemSearchBasic",
77 
78  "lastAlternateSourceItemJoin" => "ItemSearchBasic",
79 
80  "locationJoin" => "LocationSearchBasic",
81 
82  "userJoin" => "EmployeeSearchBasic",
83 
84  "customSearchJoin" => "CustomSearchJoin[]",
85 
86  );
87 
88 }