public class PossibleDayOffsForDate
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected double |
date
Date.
|
protected double |
numberOfDayOffs
Number of possible day offs.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PossibleDayOffsForDate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
double |
getDate()
Gets the value of the date property.
|
double |
getNumberOfDayOffs()
Gets the value of the numberOfDayOffs property.
|
int |
hashCode() |
void |
setDate(double value)
Sets the value of the date property.
|
void |
setNumberOfDayOffs(double value)
Sets the value of the numberOfDayOffs property.
|
java.lang.String |
toString() |
PossibleDayOffsForDate |
withDate(double value) |
PossibleDayOffsForDate |
withNumberOfDayOffs(double value) |
private static final long serialVersionUID
protected double date
protected double numberOfDayOffs
public double getDate()
public void setDate(double value)
public double getNumberOfDayOffs()
public void setNumberOfDayOffs(double value)
public PossibleDayOffsForDate withNumberOfDayOffs(double value)
public PossibleDayOffsForDate withDate(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.