Package | Description |
---|---|
com.genesyslab.wfm7.API.service.forecast720 |
Modifier and Type | Field and Description |
---|---|
private FrcDataComment[] |
FrcTargetForecastInformation.comments
Comments
|
private FrcDataComment[] |
FrcActivityForecastInformation.comments
Comments
|
Modifier and Type | Method and Description |
---|---|
FrcDataComment[] |
FrcTargetForecastInformation.getComments()
Gets the comments value for this FrcTargetForecastInformation.
|
FrcDataComment[] |
FrcActivityForecastInformation.getComments()
Gets the comments value for this FrcActivityForecastInformation.
|
Modifier and Type | Method and Description |
---|---|
void |
FrcTargetForecastInformation.setComments(FrcDataComment[] comments)
Sets the comments value for this FrcTargetForecastInformation.
|
void |
FrcActivityForecastInformation.setComments(FrcDataComment[] comments)
Sets the comments value for this FrcActivityForecastInformation.
|
Constructor and Description |
---|
FrcActivityForecastInformation(int activityId,
int parentId,
double start,
double end,
int granularity,
int parametersArraySize,
FrcDataParameters[] parameters,
int objectivesArraySize,
FrcDataObjectives[] objectives,
int periodParametersArraySize,
FrcPeriodParameters[] periodParameters,
int dataArraySize,
FrcData[] data,
int commentArraySize,
FrcDataComment[] comments) |
FrcTargetForecastInformation(int targetId,
int target,
double start,
double end,
int granularity,
int parametersArraySize,
FrcDataParameters[] parameters,
int objectivesArraySize,
FrcDataObjectives[] objectives,
int periodParametersArraySize,
FrcPeriodParameters[] periodParameters,
int dataArraySize,
FrcData[] data,
int commentArraySize,
FrcDataComment[] comments) |
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.