Netsutie PHP Toolkit
ManufacturingRoutingRoutingStep.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
39 
49 
59 
69 
78  public $setupTime;
79 
88  public $runRate;
89 
98  public $lagType;
99 
108  public $lagAmount;
109 
118  public $lagUnits;
119 
120 
121 
122  static $paramtypesmap = array(
123 
124  "operationSequence" => "integer",
125 
126  "operationName" => "string",
127 
128  "manufacturingWorkCenter" => "RecordRef",
129 
130  "machineResources" => "integer",
131 
132  "laborResources" => "integer",
133 
134  "manufacturingCostTemplate" => "RecordRef",
135 
136  "setupTime" => "float",
137 
138  "runRate" => "float",
139 
140  "lagType" => "ManufacturingLagType",
141 
142  "lagAmount" => "integer",
143 
144  "lagUnits" => "string",
145 
146  );
147 
148 }