public class CfgRotationWeek
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
wmName
Name of Week Pattern
|
private int |
wmPositionInSchedule
Position in Schedule
|
private int |
wmRotatingSchWeekId
Rotating Pattern ID
|
private CfgRotationWeekDay[] |
wmWeekDays
A array of Day Patterns (CfgRotationWeekDay) for every day of the week
Index 0 - Mon.
|
private boolean |
wmWeeklyMinutesEnabled
Weekly Minutes Enabled/Disabled
|
private int |
wmWeeklyMinutesMax
Maximum Weekly Minutes
|
private int |
wmWeeklyMinutesMin
Minimum Weekly Minutes
|
Constructor and Description |
---|
CfgRotationWeek() |
CfgRotationWeek(int wmRotatingSchWeekId,
java.lang.String wmName,
int wmPositionInSchedule,
CfgRotationWeekDay[] wmWeekDays) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWmName()
Gets the wmName value for this CfgRotationWeek.
|
int |
getWmPositionInSchedule()
Gets the wmPositionInSchedule value for this CfgRotationWeek.
|
int |
getWmRotatingSchWeekId()
Gets the wmRotatingSchWeekId value for this CfgRotationWeek.
|
CfgRotationWeekDay[] |
getWmWeekDays()
Gets the wmWeekDays value for this CfgRotationWeek.
|
int |
hashCode() |
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgRotationWeek.
|
void |
setWmPositionInSchedule(int wmPositionInSchedule)
Sets the wmPositionInSchedule value for this CfgRotationWeek.
|
void |
setWmRotatingSchWeekId(int wmRotatingSchWeekId)
Sets the wmRotatingSchWeekId value for this CfgRotationWeek.
|
void |
setWmWeekDays(CfgRotationWeekDay[] wmWeekDays)
Sets the wmWeekDays value for this CfgRotationWeek.
|
private int wmRotatingSchWeekId
private java.lang.String wmName
private int wmPositionInSchedule
private CfgRotationWeekDay[] wmWeekDays
private boolean wmWeeklyMinutesEnabled
private int wmWeeklyMinutesMin
private int wmWeeklyMinutesMax
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgRotationWeek()
public CfgRotationWeek(int wmRotatingSchWeekId, java.lang.String wmName, int wmPositionInSchedule, CfgRotationWeekDay[] wmWeekDays)
public int getWmRotatingSchWeekId()
public void setWmRotatingSchWeekId(int wmRotatingSchWeekId)
wmRotatingSchWeekId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmPositionInSchedule()
public void setWmPositionInSchedule(int wmPositionInSchedule)
wmPositionInSchedule
- public CfgRotationWeekDay[] getWmWeekDays()
public void setWmWeekDays(CfgRotationWeekDay[] wmWeekDays)
wmWeekDays
- 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.