Netsutie PHP Toolkit
ManufacturingOperationTaskPredecessor.php
Go to the documentation of this file.
1 <?php
9 
18  public $task;
19 
28  public $type;
29 
38  public $startDate;
39 
48  public $endDate;
49 
58  public $lagType;
59 
68  public $lagAmount;
69 
78  public $lagUnits;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "task" => "RecordRef",
85 
86  "type" => "ManufacturingOperationTaskPredecessorPredecessorType",
87 
88  "startDate" => "dateTime",
89 
90  "endDate" => "dateTime",
91 
92  "lagType" => "ManufacturingLagType",
93 
94  "lagAmount" => "integer",
95 
96  "lagUnits" => "string",
97 
98  );
99 
100 }