public class FrcActivityForecastInformation
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
activityId
Activity ID or Multi-site Activity ID
|
private int |
commentArraySize
Comments array size
|
private FrcDataComment[] |
comments
Comments
|
private FrcData[] |
data
Forecast data
|
private int |
dataArraySize
Forecast data array size
|
private double |
end
Period end date
|
private int |
granularity
Required data granularity
|
private FrcDataObjectives[] |
objectives
Objectives array
|
private int |
objectivesArraySize
Objectives array size
|
private FrcDataParameters[] |
parameters
Parameter array
|
private int |
parametersArraySize
Parameter array size
|
private int |
parentId
(Activity) Site ID or (MS Activity) BU ID
|
private FrcPeriodParameters[] |
periodParameters
Period parameters array
|
private int |
periodParametersArraySize
Period parameter array size
|
private double |
start
Period start date
|
Constructor and Description |
---|
FrcActivityForecastInformation() |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActivityId()
Gets the activityId value for this FrcActivityForecastInformation.
|
int |
getCommentArraySize()
Gets the commentArraySize value for this FrcActivityForecastInformation.
|
FrcDataComment[] |
getComments()
Gets the comments value for this FrcActivityForecastInformation.
|
FrcData[] |
getData()
Gets the data value for this FrcActivityForecastInformation.
|
int |
getDataArraySize()
Gets the dataArraySize value for this FrcActivityForecastInformation.
|
double |
getEnd()
Gets the end value for this FrcActivityForecastInformation.
|
int |
getGranularity()
Gets the granularity value for this FrcActivityForecastInformation.
|
FrcDataObjectives[] |
getObjectives()
Gets the objectives value for this FrcActivityForecastInformation.
|
int |
getObjectivesArraySize()
Gets the objectivesArraySize value for this FrcActivityForecastInformation.
|
FrcDataParameters[] |
getParameters()
Gets the parameters value for this FrcActivityForecastInformation.
|
int |
getParametersArraySize()
Gets the parametersArraySize value for this FrcActivityForecastInformation.
|
int |
getParentId()
Gets the parentId value for this FrcActivityForecastInformation.
|
FrcPeriodParameters[] |
getPeriodParameters()
Gets the periodParameters value for this FrcActivityForecastInformation.
|
int |
getPeriodParametersArraySize()
Gets the periodParametersArraySize value for this FrcActivityForecastInformation.
|
double |
getStart()
Gets the start value for this FrcActivityForecastInformation.
|
int |
hashCode() |
void |
setActivityId(int activityId)
Sets the activityId value for this FrcActivityForecastInformation.
|
void |
setCommentArraySize(int commentArraySize)
Sets the commentArraySize value for this FrcActivityForecastInformation.
|
void |
setComments(FrcDataComment[] comments)
Sets the comments value for this FrcActivityForecastInformation.
|
void |
setData(FrcData[] data)
Sets the data value for this FrcActivityForecastInformation.
|
void |
setDataArraySize(int dataArraySize)
Sets the dataArraySize value for this FrcActivityForecastInformation.
|
void |
setEnd(double end)
Sets the end value for this FrcActivityForecastInformation.
|
void |
setGranularity(int granularity)
Sets the granularity value for this FrcActivityForecastInformation.
|
void |
setObjectives(FrcDataObjectives[] objectives)
Sets the objectives value for this FrcActivityForecastInformation.
|
void |
setObjectivesArraySize(int objectivesArraySize)
Sets the objectivesArraySize value for this FrcActivityForecastInformation.
|
void |
setParameters(FrcDataParameters[] parameters)
Sets the parameters value for this FrcActivityForecastInformation.
|
void |
setParametersArraySize(int parametersArraySize)
Sets the parametersArraySize value for this FrcActivityForecastInformation.
|
void |
setParentId(int parentId)
Sets the parentId value for this FrcActivityForecastInformation.
|
void |
setPeriodParameters(FrcPeriodParameters[] periodParameters)
Sets the periodParameters value for this FrcActivityForecastInformation.
|
void |
setPeriodParametersArraySize(int periodParametersArraySize)
Sets the periodParametersArraySize value for this FrcActivityForecastInformation.
|
void |
setStart(double start)
Sets the start value for this FrcActivityForecastInformation.
|
private int activityId
private int parentId
private double start
private double end
private int granularity
private int parametersArraySize
private FrcDataParameters[] parameters
private int objectivesArraySize
private FrcDataObjectives[] objectives
private int periodParametersArraySize
private FrcPeriodParameters[] periodParameters
private int dataArraySize
private FrcData[] data
private int commentArraySize
private FrcDataComment[] comments
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityForecastInformation()
public 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)
public int getActivityId()
public void setActivityId(int activityId)
activityId
- public int getParentId()
public void setParentId(int parentId)
parentId
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getGranularity()
public void setGranularity(int granularity)
granularity
- public int getParametersArraySize()
public void setParametersArraySize(int parametersArraySize)
parametersArraySize
- public FrcDataParameters[] getParameters()
public void setParameters(FrcDataParameters[] parameters)
parameters
- public int getObjectivesArraySize()
public void setObjectivesArraySize(int objectivesArraySize)
objectivesArraySize
- public FrcDataObjectives[] getObjectives()
public void setObjectives(FrcDataObjectives[] objectives)
objectives
- public int getPeriodParametersArraySize()
public void setPeriodParametersArraySize(int periodParametersArraySize)
periodParametersArraySize
- public FrcPeriodParameters[] getPeriodParameters()
public void setPeriodParameters(FrcPeriodParameters[] periodParameters)
periodParameters
- public int getDataArraySize()
public void setDataArraySize(int dataArraySize)
dataArraySize
- public FrcData[] getData()
public void setData(FrcData[] data)
data
- public int getCommentArraySize()
public void setCommentArraySize(int commentArraySize)
commentArraySize
- public FrcDataComment[] getComments()
public void setComments(FrcDataComment[] comments)
comments
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.