public class PossibleDayOffs
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected double |
endDate
Period end date
|
protected java.util.List<PossibleDayOffsForDate> |
possibleDayOffsForDateArray
Possible Day Offs for each date
|
protected int |
possibleDayOffsForDateArrayNSizeIs
Possible Day Offs array size
|
private static long |
serialVersionUID |
protected double |
startDate
Period start date
|
protected double |
stdFriDO
Number of Day Offs on Friday(s)
|
protected double |
stdMonDO
Number of Day Offs on Monday(s)
|
protected double |
stdSatDO
Number of Day Offs on Saturday(s)
|
protected double |
stdSunDO
Number of Day Offs on Sunday(s)
|
protected double |
stdThuDO
Number of Day Offs on Thursday(s)
|
protected double |
stdTueDO
Number of Day Offs on Tuesday(s)
|
protected double |
stdWedDO
Number of Day Offs on Wednesday(s)
|
Constructor and Description |
---|
PossibleDayOffs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
double |
getEndDate()
Gets the value of the endDate property.
|
java.util.List<PossibleDayOffsForDate> |
getPossibleDayOffsForDateArray()
Gets the value of the possibleDayOffsForDateArray property.
|
int |
getPossibleDayOffsForDateArrayNSizeIs()
Gets the value of the possibleDayOffsForDateArrayNSizeIs property.
|
double |
getStartDate()
Gets the value of the startDate property.
|
double |
getStdFriDO()
Gets the value of the stdFriDO property.
|
double |
getStdMonDO()
Gets the value of the stdMonDO property.
|
double |
getStdSatDO()
Gets the value of the stdSatDO property.
|
double |
getStdSunDO()
Gets the value of the stdSunDO property.
|
double |
getStdThuDO()
Gets the value of the stdThuDO property.
|
double |
getStdTueDO()
Gets the value of the stdTueDO property.
|
double |
getStdWedDO()
Gets the value of the stdWedDO property.
|
int |
hashCode() |
void |
setEndDate(double value)
Sets the value of the endDate property.
|
void |
setPossibleDayOffsForDateArray(java.util.List<PossibleDayOffsForDate> value)
Sets the value of the possibleDayOffsForDateArray property.
|
void |
setPossibleDayOffsForDateArrayNSizeIs(int value)
Sets the value of the possibleDayOffsForDateArrayNSizeIs property.
|
void |
setStartDate(double value)
Sets the value of the startDate property.
|
void |
setStdFriDO(double value)
Sets the value of the stdFriDO property.
|
void |
setStdMonDO(double value)
Sets the value of the stdMonDO property.
|
void |
setStdSatDO(double value)
Sets the value of the stdSatDO property.
|
void |
setStdSunDO(double value)
Sets the value of the stdSunDO property.
|
void |
setStdThuDO(double value)
Sets the value of the stdThuDO property.
|
void |
setStdTueDO(double value)
Sets the value of the stdTueDO property.
|
void |
setStdWedDO(double value)
Sets the value of the stdWedDO property.
|
java.lang.String |
toString() |
PossibleDayOffs |
withEndDate(double value) |
PossibleDayOffs |
withPossibleDayOffsForDateArray(java.util.Collection<PossibleDayOffsForDate> values) |
PossibleDayOffs |
withPossibleDayOffsForDateArray(PossibleDayOffsForDate... values) |
PossibleDayOffs |
withPossibleDayOffsForDateArrayNSizeIs(int value) |
PossibleDayOffs |
withStartDate(double value) |
PossibleDayOffs |
withStdFriDO(double value) |
PossibleDayOffs |
withStdMonDO(double value) |
PossibleDayOffs |
withStdSatDO(double value) |
PossibleDayOffs |
withStdSunDO(double value) |
PossibleDayOffs |
withStdThuDO(double value) |
PossibleDayOffs |
withStdTueDO(double value) |
PossibleDayOffs |
withStdWedDO(double value) |
private static final long serialVersionUID
protected double startDate
protected double endDate
protected double stdMonDO
protected double stdTueDO
protected double stdWedDO
protected double stdThuDO
protected double stdFriDO
protected double stdSatDO
protected double stdSunDO
protected int possibleDayOffsForDateArrayNSizeIs
protected java.util.List<PossibleDayOffsForDate> possibleDayOffsForDateArray
public double getStartDate()
public void setStartDate(double value)
public double getEndDate()
public void setEndDate(double value)
public double getStdMonDO()
public void setStdMonDO(double value)
public double getStdTueDO()
public void setStdTueDO(double value)
public double getStdWedDO()
public void setStdWedDO(double value)
public double getStdThuDO()
public void setStdThuDO(double value)
public double getStdFriDO()
public void setStdFriDO(double value)
public double getStdSatDO()
public void setStdSatDO(double value)
public double getStdSunDO()
public void setStdSunDO(double value)
public int getPossibleDayOffsForDateArrayNSizeIs()
public void setPossibleDayOffsForDateArrayNSizeIs(int value)
public java.util.List<PossibleDayOffsForDate> getPossibleDayOffsForDateArray()
public void setPossibleDayOffsForDateArray(java.util.List<PossibleDayOffsForDate> value)
public PossibleDayOffs withPossibleDayOffsForDateArray(java.util.Collection<PossibleDayOffsForDate> values)
public PossibleDayOffs withPossibleDayOffsForDateArray(PossibleDayOffsForDate... values)
public PossibleDayOffs withPossibleDayOffsForDateArrayNSizeIs(int value)
public PossibleDayOffs withStartDate(double value)
public PossibleDayOffs withEndDate(double value)
public PossibleDayOffs withStdMonDO(double value)
public PossibleDayOffs withStdTueDO(double value)
public PossibleDayOffs withStdWedDO(double value)
public PossibleDayOffs withStdThuDO(double value)
public PossibleDayOffs withStdFriDO(double value)
public PossibleDayOffs withStdSatDO(double value)
public PossibleDayOffs withStdSunDO(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.