public class CfgRotationWeekDay
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int[] |
wmActivities
An array of Activity IDs (
CfgActivity) that are assigned to work on |
private int |
wmActivitiesNSizeIs
Number of elements in wmActivities array
|
private int |
wmDuration
Duration in minutes
|
private boolean |
wmPossibleDayOff
Day Off Possible (true/false)
|
private int |
wmShiftId
Shift ID, identifies
CfgShift object |
private double |
wmStartTime
Start Time (
OleDateTime) |
private int |
wmStartTimeFlag
Start Time Flag
|
| Constructor and Description |
|---|
CfgRotationWeekDay() |
CfgRotationWeekDay(int wmShiftId,
double wmStartTime,
int wmDuration,
int wmStartTimeFlag,
boolean wmPossibleDayOff,
int wmActivitiesNSizeIs,
int[] wmActivities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getWmActivities()
Gets the wmActivities value for this CfgRotationWeekDay.
|
int |
getWmActivitiesNSizeIs()
Gets the wmActivitiesNSizeIs value for this CfgRotationWeekDay.
|
int |
getWmDuration()
Gets the wmDuration value for this CfgRotationWeekDay.
|
int |
getWmShiftId()
Gets the wmShiftId value for this CfgRotationWeekDay.
|
double |
getWmStartTime()
Gets the wmStartTime value for this CfgRotationWeekDay.
|
int |
getWmStartTimeFlag()
Gets the wmStartTimeFlag value for this CfgRotationWeekDay.
|
int |
hashCode() |
boolean |
isWmPossibleDayOff()
Gets the wmPossibleDayOff value for this CfgRotationWeekDay.
|
void |
setWmActivities(int[] wmActivities)
Sets the wmActivities value for this CfgRotationWeekDay.
|
void |
setWmActivitiesNSizeIs(int wmActivitiesNSizeIs)
Sets the wmActivitiesNSizeIs value for this CfgRotationWeekDay.
|
void |
setWmDuration(int wmDuration)
Sets the wmDuration value for this CfgRotationWeekDay.
|
void |
setWmPossibleDayOff(boolean wmPossibleDayOff)
Sets the wmPossibleDayOff value for this CfgRotationWeekDay.
|
void |
setWmShiftId(int wmShiftId)
Sets the wmShiftId value for this CfgRotationWeekDay.
|
void |
setWmStartTime(double wmStartTime)
Sets the wmStartTime value for this CfgRotationWeekDay.
|
void |
setWmStartTimeFlag(int wmStartTimeFlag)
Sets the wmStartTimeFlag value for this CfgRotationWeekDay.
|
private int wmShiftId
CfgShift objectprivate double wmStartTime
OleDateTime)private int wmDuration
private int wmStartTimeFlag
private boolean wmPossibleDayOff
private int wmActivitiesNSizeIs
private int[] wmActivities
CfgActivity) that are assigned to work onprivate java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgRotationWeekDay()
public CfgRotationWeekDay(int wmShiftId,
double wmStartTime,
int wmDuration,
int wmStartTimeFlag,
boolean wmPossibleDayOff,
int wmActivitiesNSizeIs,
int[] wmActivities)
public int getWmShiftId()
public void setWmShiftId(int wmShiftId)
wmShiftId - public double getWmStartTime()
public void setWmStartTime(double wmStartTime)
wmStartTime - public int getWmDuration()
public void setWmDuration(int wmDuration)
wmDuration - public int getWmStartTimeFlag()
public void setWmStartTimeFlag(int wmStartTimeFlag)
wmStartTimeFlag - public boolean isWmPossibleDayOff()
public void setWmPossibleDayOff(boolean wmPossibleDayOff)
wmPossibleDayOff - public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int wmActivitiesNSizeIs)
wmActivitiesNSizeIs - public int[] getWmActivities()
public void setWmActivities(int[] wmActivities)
wmActivities - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.