public class FrcActivityBuildSelection
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 |
historyEnd |
private double |
historyStart |
private int |
method |
private double |
start |
Constructor and Description |
---|
FrcActivityBuildSelection() |
FrcActivityBuildSelection(double historyStart,
double historyEnd,
double start,
double end,
int method) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double |
getEnd()
Gets the end value for this FrcActivityBuildSelection.
|
double |
getHistoryEnd()
Gets the historyEnd value for this FrcActivityBuildSelection.
|
double |
getHistoryStart()
Gets the historyStart value for this FrcActivityBuildSelection.
|
int |
getMethod()
Gets the method value for this FrcActivityBuildSelection.
|
double |
getStart()
Gets the start value for this FrcActivityBuildSelection.
|
int |
hashCode() |
void |
setEnd(double end)
Sets the end value for this FrcActivityBuildSelection.
|
void |
setHistoryEnd(double historyEnd)
Sets the historyEnd value for this FrcActivityBuildSelection.
|
void |
setHistoryStart(double historyStart)
Sets the historyStart value for this FrcActivityBuildSelection.
|
void |
setMethod(int method)
Sets the method value for this FrcActivityBuildSelection.
|
void |
setStart(double start)
Sets the start value for this FrcActivityBuildSelection.
|
private double historyStart
private double historyEnd
private double start
private double end
private int method
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public FrcActivityBuildSelection()
public FrcActivityBuildSelection(double historyStart, double historyEnd, double start, double end, int method)
public double getHistoryStart()
public void setHistoryStart(double historyStart)
historyStart
- public double getHistoryEnd()
public void setHistoryEnd(double historyEnd)
historyEnd
- public double getStart()
public void setStart(double start)
start
- public double getEnd()
public void setEnd(double end)
end
- public int getMethod()
public void setMethod(int method)
method
- 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.