public class CfgRotationWeekDay
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected java.util.List<java.lang.Integer> |
wmActivities
An array of Activity IDs (
CfgActivity ) that are assigned to be worked on |
protected int |
wmActivitiesNSizeIs
Number of elements in the wmActivities array
|
protected int |
wmDuration
Duration in minutes
|
protected int |
wmPossibleDayOff
Day Off flag (
ECfgRotationDayOffRule ) |
protected int |
wmShiftId
Shift ID--identifies
CfgShift object |
protected double |
wmStartTime
Start Time (
OleDateTime ) |
protected int |
wmStartTimeFlag
Start Time Flag (
ECfgRotationStartTimeFlag ) |
Constructor and Description |
---|
CfgRotationWeekDay() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.Integer> |
getWmActivities()
Gets the value of the wmActivities property.
|
int |
getWmActivitiesNSizeIs()
Gets the value of the wmActivitiesNSizeIs property.
|
int |
getWmDuration()
Gets the value of the wmDuration property.
|
int |
getWmPossibleDayOff()
Gets the value of the wmPossibleDayOff property.
|
int |
getWmShiftId()
Gets the value of the wmShiftId property.
|
double |
getWmStartTime()
Gets the value of the wmStartTime property.
|
int |
getWmStartTimeFlag()
Gets the value of the wmStartTimeFlag property.
|
int |
hashCode() |
void |
setWmActivities(java.util.List<java.lang.Integer> wmActivities)
Sets the value of the wmActivities property.
|
void |
setWmActivitiesNSizeIs(int value)
Sets the value of the wmActivitiesNSizeIs property.
|
void |
setWmDuration(int value)
Sets the value of the wmDuration property.
|
void |
setWmPossibleDayOff(int value)
Sets the value of the wmPossibleDayOff property.
|
void |
setWmShiftId(int value)
Sets the value of the wmShiftId property.
|
void |
setWmStartTime(double value)
Sets the value of the wmStartTime property.
|
void |
setWmStartTimeFlag(int value)
Sets the value of the wmStartTimeFlag property.
|
java.lang.String |
toString() |
CfgRotationWeekDay |
withWmActivities(java.util.Collection<java.lang.Integer> values) |
CfgRotationWeekDay |
withWmActivities(java.lang.Integer... values) |
CfgRotationWeekDay |
withWmActivitiesNSizeIs(int value) |
CfgRotationWeekDay |
withWmDuration(int value) |
CfgRotationWeekDay |
withWmPossibleDayOff(int value) |
CfgRotationWeekDay |
withWmShiftId(int value) |
CfgRotationWeekDay |
withWmStartTime(double value) |
CfgRotationWeekDay |
withWmStartTimeFlag(int value) |
private static final long serialVersionUID
protected int wmShiftId
CfgShift
objectprotected double wmStartTime
OleDateTime
)protected int wmDuration
protected int wmStartTimeFlag
ECfgRotationStartTimeFlag
)protected int wmPossibleDayOff
ECfgRotationDayOffRule
)protected int wmActivitiesNSizeIs
protected java.util.List<java.lang.Integer> wmActivities
CfgActivity
) that are assigned to be worked onpublic int getWmShiftId()
public void setWmShiftId(int value)
public double getWmStartTime()
public void setWmStartTime(double value)
public int getWmDuration()
public void setWmDuration(int value)
public int getWmStartTimeFlag()
public void setWmStartTimeFlag(int value)
public int getWmPossibleDayOff()
public void setWmPossibleDayOff(int value)
public int getWmActivitiesNSizeIs()
public void setWmActivitiesNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmActivities()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the wmActivities property.
For example, to add a new item, do as follows:
getWmActivities().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public CfgRotationWeekDay withWmShiftId(int value)
public CfgRotationWeekDay withWmStartTime(double value)
public CfgRotationWeekDay withWmDuration(int value)
public CfgRotationWeekDay withWmStartTimeFlag(int value)
public CfgRotationWeekDay withWmPossibleDayOff(int value)
public CfgRotationWeekDay withWmActivitiesNSizeIs(int value)
public CfgRotationWeekDay withWmActivities(java.lang.Integer... values)
public CfgRotationWeekDay withWmActivities(java.util.Collection<java.lang.Integer> values)
public void setWmActivities(java.util.List<java.lang.Integer> wmActivities)
wmActivities
- allowed object is
Integer
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.