public class DateTimeOffIndicators
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Double> |
actualOpenings
Time Off openings value array, where 0 - no openings, negative number means that more Time Off taken than set by limit
|
protected int |
actualOpeningsNSizeIs
Time Off openings array size
|
protected double |
date
Date
|
private static long |
serialVersionUID |
Constructor and Description |
---|
DateTimeOffIndicators() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.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(java.util.List<java.lang.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.
|
java.lang.String |
toString() |
DateTimeOffIndicators |
withActualOpenings(java.util.Collection<java.lang.Double> values) |
DateTimeOffIndicators |
withActualOpenings(java.lang.Double... values) |
DateTimeOffIndicators |
withActualOpeningsNSizeIs(int value) |
DateTimeOffIndicators |
withDate(double value) |
private static final long serialVersionUID
protected double date
protected int actualOpeningsNSizeIs
protected java.util.List<java.lang.Double> actualOpenings
public double getDate()
public void setDate(double date)
date
- public int getActualOpeningsNSizeIs()
public void setActualOpeningsNSizeIs(int actualOpeningsNSizeIs)
actualOpeningsNSizeIs
- public java.util.List<java.lang.Double> getActualOpenings()
public void setActualOpenings(java.util.List<java.lang.Double> actualOpenings)
actualOpenings
- public DateTimeOffIndicators withActualOpenings(java.util.Collection<java.lang.Double> values)
public DateTimeOffIndicators withActualOpenings(java.lang.Double... values)
public DateTimeOffIndicators withActualOpeningsNSizeIs(int value)
public DateTimeOffIndicators 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.