public class FrcInformationPeriod
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected double |
end
Period end date
|
private static long |
serialVersionUID |
protected double |
start
Period start date
|
| Constructor and Description |
|---|
FrcInformationPeriod() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
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.
|
java.lang.String |
toString() |
FrcInformationPeriod |
withEnd(double value) |
FrcInformationPeriod |
withStart(double value) |
private static final long serialVersionUID
protected double start
protected double end
public double getStart()
public void setStart(double start)
start - public double getEnd()
public void setEnd(double end)
end - public FrcInformationPeriod withStart(double value)
public FrcInformationPeriod withEnd(double value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.