public class FrcActivityBuildSelection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
end
Activity's data build period end date
|
protected double |
historyEnd
Activity's Historical data end date
|
protected double |
historyStart
Activity's Historical data start date
|
protected int |
method
Activity's data build method
|
private static long |
serialVersionUID |
protected double |
start
Activity's data build period start date
|
Constructor and Description |
---|
FrcActivityBuildSelection() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
FrcActivityBuildSelection |
withEnd(double value) |
FrcActivityBuildSelection |
withHistoryEnd(double value) |
FrcActivityBuildSelection |
withHistoryStart(double value) |
FrcActivityBuildSelection |
withMethod(int value) |
FrcActivityBuildSelection |
withStart(double value) |
private static final long serialVersionUID
protected double historyStart
protected double historyEnd
protected double start
protected double end
protected 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 FrcActivityBuildSelection withStart(double value)
public FrcActivityBuildSelection withEnd(double value)
public FrcActivityBuildSelection withHistoryStart(double value)
public FrcActivityBuildSelection withHistoryEnd(double value)
public FrcActivityBuildSelection withMethod(int value)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object that)
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.