public class FrcEventsEx
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
disregard
Disregard event flag
|
private double |
endDateTime
Event end date and time
|
private double |
endImpactPCT
End impact %
|
private int |
eventId
Forecast event ID
|
private int |
impactDurationHrs
Impact duration in hours
|
private double |
impactStartDateTime
Impact start date and time
|
private int |
impactUnit
Impact unit: days/hours
|
private double[] |
impactVector
Impact percentage array
|
private double |
initImpactPCT
Initial impact %
|
private java.lang.String |
name
Forecast event name
|
private double |
startDateTime
Event start date and time
|
private double |
value
Event initial value
|
private int |
vectorSize
Impact array size
|
Constructor and Description |
---|
FrcEventsEx() |
FrcEventsEx(int eventId,
java.lang.String name,
double startDateTime,
double endDateTime,
double impactStartDateTime,
double value,
boolean disregard,
double initImpactPCT,
double endImpactPCT,
int impactUnit,
int impactDurationHrs,
int vectorSize,
double[] impactVector) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getEndDateTime()
Gets the endDateTime value for this FrcEventsEx.
|
double |
getEndImpactPCT()
Gets the endImpactPCT value for this FrcEventsEx.
|
int |
getEventId()
Gets the eventId value for this FrcEventsEx.
|
int |
getImpactDurationHrs()
Gets the impactDurationHrs value for this FrcEventsEx.
|
double |
getImpactStartDateTime()
Gets the impactStartDateTime value for this FrcEventsEx.
|
int |
getImpactUnit()
Gets the impactUnit value for this FrcEventsEx.
|
double[] |
getImpactVector()
Gets the impactVector value for this FrcEventsEx.
|
double |
getInitImpactPCT()
Gets the initImpactPCT value for this FrcEventsEx.
|
java.lang.String |
getName()
Gets the name value for this FrcEventsEx.
|
double |
getStartDateTime()
Gets the startDateTime value for this FrcEventsEx.
|
double |
getValue()
Gets the value value for this FrcEventsEx.
|
int |
getVectorSize()
Gets the vectorSize value for this FrcEventsEx.
|
int |
hashCode() |
boolean |
isDisregard()
Gets the disregard value for this FrcEventsEx.
|
void |
setDisregard(boolean disregard)
Sets the disregard value for this FrcEventsEx.
|
void |
setEndDateTime(double endDateTime)
Sets the endDateTime value for this FrcEventsEx.
|
void |
setEndImpactPCT(double endImpactPCT)
Sets the endImpactPCT value for this FrcEventsEx.
|
void |
setEventId(int eventId)
Sets the eventId value for this FrcEventsEx.
|
void |
setImpactDurationHrs(int impactDurationHrs)
Sets the impactDurationHrs value for this FrcEventsEx.
|
void |
setImpactStartDateTime(double impactStartDateTime)
Sets the impactStartDateTime value for this FrcEventsEx.
|
void |
setImpactUnit(int impactUnit)
Sets the impactUnit value for this FrcEventsEx.
|
void |
setImpactVector(double[] impactVector)
Sets the impactVector value for this FrcEventsEx.
|
void |
setInitImpactPCT(double initImpactPCT)
Sets the initImpactPCT value for this FrcEventsEx.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcEventsEx.
|
void |
setStartDateTime(double startDateTime)
Sets the startDateTime value for this FrcEventsEx.
|
void |
setValue(double value)
Sets the value value for this FrcEventsEx.
|
void |
setVectorSize(int vectorSize)
Sets the vectorSize value for this FrcEventsEx.
|
private int eventId
private java.lang.String name
private double startDateTime
private double endDateTime
private double impactStartDateTime
private double value
private boolean disregard
private double initImpactPCT
private double endImpactPCT
private int impactUnit
private int impactDurationHrs
private int vectorSize
private double[] impactVector
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcEventsEx()
public FrcEventsEx(int eventId, java.lang.String name, double startDateTime, double endDateTime, double impactStartDateTime, double value, boolean disregard, double initImpactPCT, double endImpactPCT, int impactUnit, int impactDurationHrs, int vectorSize, double[] impactVector)
public int getEventId()
public void setEventId(int eventId)
eventId
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public double getStartDateTime()
public void setStartDateTime(double startDateTime)
startDateTime
- public double getEndDateTime()
public void setEndDateTime(double endDateTime)
endDateTime
- public double getImpactStartDateTime()
public void setImpactStartDateTime(double impactStartDateTime)
impactStartDateTime
- public double getValue()
public void setValue(double value)
value
- public boolean isDisregard()
public void setDisregard(boolean disregard)
disregard
- public double getInitImpactPCT()
public void setInitImpactPCT(double initImpactPCT)
initImpactPCT
- public double getEndImpactPCT()
public void setEndImpactPCT(double endImpactPCT)
endImpactPCT
- public int getImpactUnit()
public void setImpactUnit(int impactUnit)
impactUnit
- public int getImpactDurationHrs()
public void setImpactDurationHrs(int impactDurationHrs)
impactDurationHrs
- public int getVectorSize()
public void setVectorSize(int vectorSize)
vectorSize
- public double[] getImpactVector()
public void setImpactVector(double[] impactVector)
impactVector
- 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.