public class FrcInformationPeriod
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double |
end |
private double |
start |
Constructor and Description |
---|
FrcInformationPeriod() |
FrcInformationPeriod(double start,
double end) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getEnd()
Gets the end value for this FrcInformationPeriod.
|
double |
getStart()
Gets the start value for this FrcInformationPeriod.
|
int |
hashCode() |
void |
setEnd(double end)
Sets the end value for this FrcInformationPeriod.
|
void |
setStart(double start)
Sets the start value for this FrcInformationPeriod.
|
private double start
private double end
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcInformationPeriod()
public FrcInformationPeriod(double start, double end)
public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- 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.