public class FrcEvents
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
endImpactPCT
End impact %
|
private int |
eventId
Event ID
|
private int |
impactDurationHrs
Impact duration, in hours
|
private int |
impactUnit
Impact unit: days/hours
|
private double[] |
impactVector
Impact percentage array
|
private double |
initImpactPCT
Initial impact %
|
private int |
vectorSize
Impact array size
|
Constructor and Description |
---|
FrcEvents() |
FrcEvents(int eventId,
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 |
getEndImpactPCT()
Gets the endImpactPCT value for this FrcEvents.
|
int |
getEventId()
Gets the eventId value for this FrcEvents.
|
int |
getImpactDurationHrs()
Gets the impactDurationHrs value for this FrcEvents.
|
int |
getImpactUnit()
Gets the impactUnit value for this FrcEvents.
|
double[] |
getImpactVector()
Gets the impactVector value for this FrcEvents.
|
double |
getInitImpactPCT()
Gets the initImpactPCT value for this FrcEvents.
|
int |
getVectorSize()
Gets the vectorSize value for this FrcEvents.
|
int |
hashCode() |
void |
setEndImpactPCT(double endImpactPCT)
Sets the endImpactPCT value for this FrcEvents.
|
void |
setEventId(int eventId)
Sets the eventId value for this FrcEvents.
|
void |
setImpactDurationHrs(int impactDurationHrs)
Sets the impactDurationHrs value for this FrcEvents.
|
void |
setImpactUnit(int impactUnit)
Sets the impactUnit value for this FrcEvents.
|
void |
setImpactVector(double[] impactVector)
Sets the impactVector value for this FrcEvents.
|
void |
setInitImpactPCT(double initImpactPCT)
Sets the initImpactPCT value for this FrcEvents.
|
void |
setVectorSize(int vectorSize)
Sets the vectorSize value for this FrcEvents.
|
private int eventId
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 FrcEvents()
public FrcEvents(int eventId, double initImpactPCT, double endImpactPCT, int impactUnit, int impactDurationHrs, int vectorSize, double[] impactVector)
public int getEventId()
public void setEventId(int eventId)
eventId
- 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.