public class DateTimeOffIndicators
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private double[] |
actualOpenings
Time Off openings value array, where 0 - no openings, negative number means that more Time Off taken than set by limit
|
private int |
actualOpeningsNSizeIs
Time Off openings array size
|
private double |
date
Date
|
Constructor and Description |
---|
DateTimeOffIndicators() |
DateTimeOffIndicators(double date,
int actualOpeningsNSizeIs,
double[] actualOpenings) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
double[] |
getActualOpenings()
Gets the actualOpenings value for this DateTimeOffIndicators.
|
int |
getActualOpeningsNSizeIs()
Gets the actualOpeningsNSizeIs value for this DateTimeOffIndicators.
|
double |
getDate()
Gets the date value for this DateTimeOffIndicators.
|
int |
hashCode() |
void |
setActualOpenings(double[] actualOpenings)
Sets the actualOpenings value for this DateTimeOffIndicators.
|
void |
setActualOpeningsNSizeIs(int actualOpeningsNSizeIs)
Sets the actualOpeningsNSizeIs value for this DateTimeOffIndicators.
|
void |
setDate(double date)
Sets the date value for this DateTimeOffIndicators.
|
private double date
private int actualOpeningsNSizeIs
private double[] actualOpenings
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public DateTimeOffIndicators()
public DateTimeOffIndicators(double date, int actualOpeningsNSizeIs, double[] actualOpenings)
public double getDate()
public void setDate(double date)
date
- public int getActualOpeningsNSizeIs()
public void setActualOpeningsNSizeIs(int actualOpeningsNSizeIs)
actualOpeningsNSizeIs
- public double[] getActualOpenings()
public void setActualOpenings(double[] actualOpenings)
actualOpenings
- 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.