Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
DemandPlan.php
Go to the documentation of this file.
1
<?php
8
class
DemandPlan
{
9
18
public
$startDate
;
19
28
public
$endDate
;
29
38
public
$calculatedQuantity
;
39
48
public
$periodDemandPlanList
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"startDate"
=>
"dateTime"
,
55
56
"endDate"
=>
"dateTime"
,
57
58
"calculatedQuantity"
=>
"float"
,
59
60
"periodDemandPlanList"
=>
"PeriodDemandPlanList"
,
61
62
);
63
64
}
DemandPlan\$periodDemandPlanList
$periodDemandPlanList
Definition:
DemandPlan.php:48
DemandPlan\$startDate
$startDate
Definition:
DemandPlan.php:18
DemandPlan\$paramtypesmap
static $paramtypesmap
Definition:
DemandPlan.php:52
DemandPlan\$calculatedQuantity
$calculatedQuantity
Definition:
DemandPlan.php:38
DemandPlan\$endDate
$endDate
Definition:
DemandPlan.php:28
DemandPlan
Definition:
DemandPlan.php:8
Generated by
dreamxtream
using
1.8.10