public class CfgExceptionType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
protected boolean |
wmAgentInit
Specifies whether Exception can be agent initiated or not.
|
protected boolean |
wmBreaksDuringException
Specifies whether breaks are allowed during exception
|
protected int |
wmBUId |
protected int |
wmColor
Schedule state RGB color value.
|
protected boolean |
wmConvertable2DayOff
Is convertable to Day Off? (true/false)
|
protected double |
wmEndDate
Secifies end of date range when agent can initiate the exception.
|
protected int |
wmExceptionTypeId
Exception Type ID
|
protected int |
wmFontColor
Schedule state font RGB color value.
|
protected boolean |
wmFullDay
Is full-day? (true/false)
|
protected java.lang.String |
wmName
Time Off Type Name
|
protected boolean |
wmOnsite
Is on-site? (true/false)
|
protected boolean |
wmPaid
Is Exception paid? (true/false)
|
protected java.lang.String |
wmShortName
Time Off Type Short Name
|
protected java.util.List<java.lang.Integer> |
wmSiteId
Site IDs--identifies
CfgSite object |
protected int |
wmSiteIdNSizeIs |
protected double |
wmStartDate
Secifies start of date range when agent can initiate the exception.
|
protected int |
wmTimeOffTypeId
Time Off Type ID, if wmUsedAsVacation = true
|
protected int |
wmTradeRule
Trading Rule (
ECfgTradeRule ) |
protected boolean |
wmUsedAsVacation
Is used as Time Off? (true/false)
|
protected boolean |
wmUsedInMeeting
Used as a Meeting? (true/false)
|
Constructor and Description |
---|
CfgExceptionType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
int |
getWmColor()
Gets the value of the wmColor property.
|
double |
getWmEndDate()
Gets the value of the wmEndDate property.
|
int |
getWmExceptionTypeId()
Gets the value of the wmExceptionTypeId property.
|
int |
getWmFontColor()
Gets the value of the wmFontColor property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
java.lang.String |
getWmShortName()
Gets the value of the wmShortName property.
|
java.util.List<java.lang.Integer> |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmSiteIdNSizeIs()
Gets the value of the wmSiteIdNSizeIs property.
|
double |
getWmStartDate()
Gets the value of the wmStartDate property.
|
int |
getWmTimeOffTypeId()
Gets the value of the wmTimeOffTypeId property.
|
int |
getWmTradeRule()
Gets the value of the wmTradeRule property.
|
int |
hashCode() |
boolean |
isWmAgentInit()
Gets the value of the wmAgentInit property.
|
boolean |
isWmBreaksDuringException()
Gets the value of the wmBreaksDuringException property.
|
boolean |
isWmConvertable2DayOff()
Gets the value of the wmConvertable2DayOff property.
|
boolean |
isWmFullDay()
Gets the value of the wmFullDay property.
|
boolean |
isWmOnsite()
Gets the value of the wmOnsite property.
|
boolean |
isWmPaid()
Gets the value of the wmPaid property.
|
boolean |
isWmUsedAsVacation()
Gets the value of the wmUsedAsVacation property.
|
boolean |
isWmUsedInMeeting()
Gets the value of the wmUsedInMeeting property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmAgentInit(boolean value)
Sets the value of the wmAgentInit property.
|
void |
setWmBreaksDuringException(boolean value)
Sets the value of the wmBreaksDuringException property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmColor(int value)
Sets the value of the wmColor property.
|
void |
setWmConvertable2DayOff(boolean value)
Sets the value of the wmConvertable2DayOff property.
|
void |
setWmEndDate(double value)
Sets the value of the wmEndDate property.
|
void |
setWmExceptionTypeId(int value)
Sets the value of the wmExceptionTypeId property.
|
void |
setWmFontColor(int value)
Sets the value of the wmFontColor property.
|
void |
setWmFullDay(boolean value)
Sets the value of the wmFullDay property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmOnsite(boolean value)
Sets the value of the wmOnsite property.
|
void |
setWmPaid(boolean value)
Sets the value of the wmPaid property.
|
void |
setWmShortName(java.lang.String value)
Sets the value of the wmShortName 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 |
setWmStartDate(double value)
Sets the value of the wmStartDate property.
|
void |
setWmTimeOffTypeId(int value)
Sets the value of the wmTimeOffTypeId property.
|
void |
setWmTradeRule(int value)
Sets the value of the wmTradeRule property.
|
void |
setWmUsedAsVacation(boolean value)
Sets the value of the wmUsedAsVacation property.
|
void |
setWmUsedInMeeting(boolean value)
Sets the value of the wmUsedInMeeting property.
|
java.lang.String |
toString() |
CfgExceptionType |
withTimestamp(long value) |
CfgExceptionType |
withWmAgentInit(boolean value) |
CfgExceptionType |
withWmBreaksDuringException(boolean value) |
CfgExceptionType |
withWmBUId(int value) |
CfgExceptionType |
withWmColor(int value) |
CfgExceptionType |
withWmConvertable2DayOff(boolean value) |
CfgExceptionType |
withWmEndDate(double value) |
CfgExceptionType |
withWmExceptionTypeId(int value) |
CfgExceptionType |
withWmFontColor(int value) |
CfgExceptionType |
withWmFullDay(boolean value) |
CfgExceptionType |
withWmName(java.lang.String value) |
CfgExceptionType |
withWmOnsite(boolean value) |
CfgExceptionType |
withWmPaid(boolean value) |
CfgExceptionType |
withWmShortName(java.lang.String value) |
CfgExceptionType |
withWmSiteId(java.util.Collection<java.lang.Integer> values) |
CfgExceptionType |
withWmSiteId(java.lang.Integer... values) |
CfgExceptionType |
withWmSiteIdNSizeIs(int value) |
CfgExceptionType |
withWmStartDate(double value) |
CfgExceptionType |
withWmTimeOffTypeId(int value) |
CfgExceptionType |
withWmTradeRule(int value) |
CfgExceptionType |
withWmUsedAsVacation(boolean value) |
CfgExceptionType |
withWmUsedInMeeting(boolean value) |
private static final long serialVersionUID
protected int wmExceptionTypeId
protected int wmBUId
protected int wmSiteIdNSizeIs
protected java.util.List<java.lang.Integer> wmSiteId
CfgSite
objectprotected java.lang.String wmName
protected java.lang.String wmShortName
protected boolean wmUsedInMeeting
protected boolean wmPaid
protected boolean wmOnsite
protected boolean wmFullDay
protected boolean wmConvertable2DayOff
protected boolean wmUsedAsVacation
protected int wmTimeOffTypeId
protected int wmTradeRule
ECfgTradeRule
)protected int wmColor
protected int wmFontColor
protected boolean wmAgentInit
protected double wmStartDate
OleDateTime
protected double wmEndDate
OleDateTime
protected boolean wmBreaksDuringException
protected long timestamp
public int getWmExceptionTypeId()
public void setWmExceptionTypeId(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 java.lang.String getWmShortName()
String
public void setWmShortName(java.lang.String value)
value
- allowed object is
String
public boolean isWmUsedInMeeting()
public void setWmUsedInMeeting(boolean value)
public boolean isWmPaid()
public void setWmPaid(boolean value)
public boolean isWmOnsite()
public void setWmOnsite(boolean value)
public boolean isWmFullDay()
public void setWmFullDay(boolean value)
public boolean isWmConvertable2DayOff()
public void setWmConvertable2DayOff(boolean value)
public boolean isWmUsedAsVacation()
public void setWmUsedAsVacation(boolean value)
public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int value)
public int getWmTradeRule()
public void setWmTradeRule(int value)
public int getWmColor()
public void setWmColor(int value)
public int getWmFontColor()
public void setWmFontColor(int value)
public boolean isWmAgentInit()
public void setWmAgentInit(boolean value)
public double getWmStartDate()
public void setWmStartDate(double value)
public double getWmEndDate()
public void setWmEndDate(double value)
public boolean isWmBreaksDuringException()
public void setWmBreaksDuringException(boolean value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgExceptionType withWmExceptionTypeId(int value)
public CfgExceptionType withWmBUId(int value)
public CfgExceptionType withWmSiteIdNSizeIs(int value)
public CfgExceptionType withWmSiteId(java.lang.Integer... values)
public CfgExceptionType withWmSiteId(java.util.Collection<java.lang.Integer> values)
public CfgExceptionType withWmName(java.lang.String value)
public CfgExceptionType withWmShortName(java.lang.String value)
public CfgExceptionType withWmUsedInMeeting(boolean value)
public CfgExceptionType withWmPaid(boolean value)
public CfgExceptionType withWmOnsite(boolean value)
public CfgExceptionType withWmFullDay(boolean value)
public CfgExceptionType withWmConvertable2DayOff(boolean value)
public CfgExceptionType withWmUsedAsVacation(boolean value)
public CfgExceptionType withWmTimeOffTypeId(int value)
public CfgExceptionType withWmTradeRule(int value)
public CfgExceptionType withWmColor(int value)
public CfgExceptionType withWmFontColor(int value)
public CfgExceptionType withWmAgentInit(boolean value)
public CfgExceptionType withWmStartDate(double value)
public CfgExceptionType withWmEndDate(double value)
public CfgExceptionType withWmBreaksDuringException(boolean value)
public CfgExceptionType withTimestamp(long value)
public void setWmSiteId(java.util.List<java.lang.Integer> wmSiteId)
wmSiteId
- 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.