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.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.