public class CfgShiftShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId |
protected int |
wmEarliestEndDuration |
protected double |
wmEarliestStartTime |
protected int |
wmLatestEndDuration |
protected int |
wmLatestStartDuration |
protected int |
wmMaxDuration |
protected int |
wmMinDuration |
protected java.lang.String |
wmName |
protected java.util.List<java.lang.Boolean> |
wmOpenWeekDays |
protected int |
wmShiftId |
protected java.util.List<java.lang.Integer> |
wmSiteId |
protected int |
wmSiteIdNSizeIs |
protected int |
wmStartStep |
Constructor and Description |
---|
CfgShiftShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmEarliestEndDuration()
Gets the value of the wmEarliestEndDuration property.
|
double |
getWmEarliestStartTime()
Gets the value of the wmEarliestStartTime property.
|
int |
getWmLatestEndDuration()
Gets the value of the wmLatestEndDuration property.
|
int |
getWmLatestStartDuration()
Gets the value of the wmLatestStartDuration property.
|
int |
getWmMaxDuration()
Gets the value of the wmMaxDuration property.
|
int |
getWmMinDuration()
Gets the value of the wmMinDuration property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.util.List<java.lang.Boolean> |
getWmOpenWeekDays()
Gets the value of the wmOpenWeekDays property.
|
int |
getWmShiftId()
Gets the value of the wmShiftId property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
int |
getWmStartStep()
Gets the value of the wmStartStep property.
|
int |
hashCode() |
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmEarliestEndDuration(int value)
Sets the value of the wmEarliestEndDuration property.
|
void |
setWmEarliestStartTime(double value)
Sets the value of the wmEarliestStartTime property.
|
void |
setWmLatestEndDuration(int value)
Sets the value of the wmLatestEndDuration property.
|
void |
setWmLatestStartDuration(int value)
Sets the value of the wmLatestStartDuration property.
|
void |
setWmMaxDuration(int value)
Sets the value of the wmMaxDuration property.
|
void |
setWmMinDuration(int value)
Sets the value of the wmMinDuration property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmOpenWeekDays(java.util.List<java.lang.Boolean> wmOpenWeekDays)
Sets the value of the wmOpenWeekDays property.
|
void |
setWmShiftId(int value)
Sets the value of the wmShiftId property.
|
void |
setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
Sets the value of the wmSiteId property.
|
void |
setWmSiteIdNSizeIs(int value)
Sets the value of the wmSiteIdNSizeIs property.
|
void |
setWmStartStep(int value)
Sets the value of the wmStartStep property.
|
java.lang.String |
toString() |
CfgShiftShort |
withWmBUId(int value) |
CfgShiftShort |
withWmEarliestEndDuration(int value) |
CfgShiftShort |
withWmEarliestStartTime(double value) |
CfgShiftShort |
withWmLatestEndDuration(int value) |
CfgShiftShort |
withWmLatestStartDuration(int value) |
CfgShiftShort |
withWmMaxDuration(int value) |
CfgShiftShort |
withWmMinDuration(int value) |
CfgShiftShort |
withWmName(java.lang.String value) |
CfgShiftShort |
withWmOpenWeekDays(java.lang.Boolean... values) |
CfgShiftShort |
withWmOpenWeekDays(java.util.Collection<java.lang.Boolean> values) |
CfgShiftShort |
withWmShiftId(int value) |
CfgShiftShort |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgShiftShort |
withWmSiteId(java.lang.Integer... values) |
CfgShiftShort |
withWmSiteIdNSizeIs(int value) |
CfgShiftShort |
withWmStartStep(int value) |
private static final long serialVersionUID
protected int wmShiftId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
protected java.lang.String wmName
protected int wmMinDuration
protected int wmMaxDuration
protected double wmEarliestStartTime
protected int wmLatestEndDuration
protected int wmLatestStartDuration
protected int wmEarliestEndDuration
protected java.util.List<java.lang.Boolean> wmOpenWeekDays
protected int wmStartStep
public int getWmShiftId()
public void setWmShiftId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getWmSiteIdNSizeIs()
public void setWmSiteIdNSizeIs(int value)
public java.util.List<java.lang.Integer> getWmSiteId()
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 wmSiteId property.
For example, to add a new item, do as follows:
getWmSiteId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmMinDuration()
public void setWmMinDuration(int value)
public int getWmMaxDuration()
public void setWmMaxDuration(int value)
public double getWmEarliestStartTime()
public void setWmEarliestStartTime(double value)
public int getWmLatestEndDuration()
public void setWmLatestEndDuration(int value)
public int getWmLatestStartDuration()
public void setWmLatestStartDuration(int value)
public int getWmEarliestEndDuration()
public void setWmEarliestEndDuration(int value)
public java.util.List<java.lang.Boolean> getWmOpenWeekDays()
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 wmOpenWeekDays property.
For example, to add a new item, do as follows:
getWmOpenWeekDays().add(newItem);
Objects of the following type(s) are allowed in the list
Boolean
public int getWmStartStep()
public void setWmStartStep(int value)
public CfgShiftShort withWmShiftId(int value)
public CfgShiftShort withWmBUId(int value)
public CfgShiftShort withWmSiteIdNSizeIs(int value)
public CfgShiftShort withWmSiteId(java.lang.Integer... values)
public CfgShiftShort withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgShiftShort withWmName(java.lang.String value)
public CfgShiftShort withWmMinDuration(int value)
public CfgShiftShort withWmMaxDuration(int value)
public CfgShiftShort withWmEarliestStartTime(double value)
public CfgShiftShort withWmLatestEndDuration(int value)
public CfgShiftShort withWmLatestStartDuration(int value)
public CfgShiftShort withWmEarliestEndDuration(int value)
public CfgShiftShort withWmOpenWeekDays(java.lang.Boolean... values)
public CfgShiftShort withWmOpenWeekDays(java.util.Collection<java.lang.Boolean> values)
public CfgShiftShort withWmStartStep(int value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- allowed object is
Integer
public void setWmOpenWeekDays(java.util.List<java.lang.Boolean> wmOpenWeekDays)
wmOpenWeekDays
- allowed object is
Boolean
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.