public class FrcFactorEvents
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 |
private double |
endDateTime |
private int |
eventId |
private double |
impactStartDateTime |
private java.lang.String |
name |
private double |
startDateTime |
private double |
value |
Constructor and Description |
---|
FrcFactorEvents() |
FrcFactorEvents(int eventId,
java.lang.String name,
double startDateTime,
double endDateTime,
double impactStartDateTime,
double value,
boolean disregard) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getEndDateTime()
Gets the endDateTime value for this FrcFactorEvents.
|
int |
getEventId()
Gets the eventId value for this FrcFactorEvents.
|
double |
getImpactStartDateTime()
Gets the impactStartDateTime value for this FrcFactorEvents.
|
java.lang.String |
getName()
Gets the name value for this FrcFactorEvents.
|
double |
getStartDateTime()
Gets the startDateTime value for this FrcFactorEvents.
|
double |
getValue()
Gets the value value for this FrcFactorEvents.
|
int |
hashCode() |
boolean |
isDisregard()
Gets the disregard value for this FrcFactorEvents.
|
void |
setDisregard(boolean disregard)
Sets the disregard value for this FrcFactorEvents.
|
void |
setEndDateTime(double endDateTime)
Sets the endDateTime value for this FrcFactorEvents.
|
void |
setEventId(int eventId)
Sets the eventId value for this FrcFactorEvents.
|
void |
setImpactStartDateTime(double impactStartDateTime)
Sets the impactStartDateTime value for this FrcFactorEvents.
|
void |
setName(java.lang.String name)
Sets the name value for this FrcFactorEvents.
|
void |
setStartDateTime(double startDateTime)
Sets the startDateTime value for this FrcFactorEvents.
|
void |
setValue(double value)
Sets the value value for this FrcFactorEvents.
|
private int eventId
private java.lang.String name
private double startDateTime
private double endDateTime
private double impactStartDateTime
private double value
private boolean disregard
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcFactorEvents()
public FrcFactorEvents(int eventId, java.lang.String name, double startDateTime, double endDateTime, double impactStartDateTime, double value, boolean disregard)
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 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.