public class CfgRotationWeekDay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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 int |
wmPossibleDayOff
Day Off flag (
ECfgRotationDayOffRule ) |
private int |
wmShiftId
Shift ID, identifies
CfgShift object |
private double |
wmStartTime
Start Time (
OleDateTime ) |
private int |
wmStartTimeFlag
Start Time Flag (
ECfgRotationStartTimeFlag ) |
Constructor and Description |
---|
CfgRotationWeekDay() |
CfgRotationWeekDay(int wmShiftId,
double wmStartTime,
int wmDuration,
int wmStartTimeFlag,
int wmPossibleDayOff,
int wmActivitiesNSizeIs,
int[] wmActivities) |
Modifier and Type | Method and Description |
---|---|
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 |
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(int 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
ECfgRotationStartTimeFlag
)private int wmPossibleDayOff
ECfgRotationDayOffRule
)private int wmActivitiesNSizeIs
private int[] wmActivities
CfgActivity
) that are assigned to work onpublic CfgRotationWeekDay()
public CfgRotationWeekDay(int wmShiftId, double wmStartTime, int wmDuration, int wmStartTimeFlag, int 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 int isWmPossibleDayOff()
public void setWmPossibleDayOff(int wmPossibleDayOff)
wmPossibleDayOff
- public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int wmActivitiesNSizeIs)
wmActivitiesNSizeIs
- public int[] getWmActivities()
public void setWmActivities(int[] wmActivities)
wmActivities
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.