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 |
private int |
eventId |
private int |
impactDurationHrs |
private int |
impactUnit |
private double |
initImpactPCT |
Constructor and Description |
---|
FrcEvents() |
FrcEvents(int eventId,
double initImpactPCT,
double endImpactPCT,
int impactUnit,
int impactDurationHrs) |
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 |
getInitImpactPCT()
Gets the initImpactPCT 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 |
setInitImpactPCT(double initImpactPCT)
Sets the initImpactPCT value for this FrcEvents.
|
private int eventId
private double initImpactPCT
private double endImpactPCT
private int impactUnit
private int impactDurationHrs
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcEvents()
public FrcEvents(int eventId, double initImpactPCT, double endImpactPCT, int impactUnit, int impactDurationHrs)
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 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.