public class CfgExceptionType
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
A timestamp value -- marks the point in time when Object information was obtained
|
private boolean |
wmAgentInit
Specifies whether Exception can be agent initiated or not.
|
private int |
wmColor
Schedule state RGB color value.
|
private boolean |
wmConvertable2DayOff
Is convertable to Day Off? (true/false)
|
private double |
wmDeletedDateTime |
private double |
wmEndDate
Secifies end of date range when agent can initiate the exception.
|
private int |
wmExceptionTypeId
Exception Type ID
|
private int |
wmFontColor
Schedule state font RGB color value.
|
private boolean |
wmFullDay
Is full-day? (true/false)
|
private java.lang.String |
wmName
Time Off Type Name
|
private boolean |
wmOnsite
Is on-site? (true/false)
|
private boolean |
wmPaid
Is Exception paid? (true/false)
|
private java.lang.String |
wmShortName
Time Off Type Short Name
|
private int |
wmSiteId
Site ID--identifies
CfgSite object |
private double |
wmStartDate
Secifies start of date range when agent can initiate the exception.
|
private int |
wmTimeOffTypeId
Time Off Type ID, if wmUsedAsVacation = true
|
private int |
wmTradeRule
Trading Rule (
ECfgTradeRule ) |
private boolean |
wmUsedAsVacation
Is used as Time Off? (true/false)
|
private boolean |
wmUsedInMeeting
Used as a Meeting? (true/false)
|
Constructor and Description |
---|
CfgExceptionType() |
CfgExceptionType(int wmExceptionTypeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmUsedInMeeting,
boolean wmPaid,
boolean wmOnsite,
boolean wmFullDay,
boolean wmConvertable2DayOff,
boolean wmUsedAsVacation,
int wmTimeOffTypeId,
int wmTradeRule,
double wmDeletedDateTime,
int wmColor,
int wmFontColor,
boolean wmAgentInit,
double wmStartDate,
double wmEndDate,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgExceptionType.
|
int |
getWmColor()
Gets the wmColor value for this CfgExceptionType.
|
double |
getWmDeletedDateTime()
Gets the wmDeletedDateTime value for this CfgExceptionType.
|
double |
getWmEndDate()
Gets the wmEndDate value for this CfgExceptionType.
|
int |
getWmExceptionTypeId()
Gets the wmExceptionTypeId value for this CfgExceptionType.
|
int |
getWmFontColor()
Gets the wmFontColor value for this CfgExceptionType.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgExceptionType.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgExceptionType.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgExceptionType.
|
double |
getWmStartDate()
Gets the wmStartDate value for this CfgExceptionType.
|
int |
getWmTimeOffTypeId()
Gets the wmTimeOffTypeId value for this CfgExceptionType.
|
int |
getWmTradeRule()
Gets the wmTradeRule value for this CfgExceptionType.
|
boolean |
isWmAgentInit()
Gets the wmAgentInit value for this CfgExceptionType.
|
boolean |
isWmConvertable2DayOff()
Gets the wmConvertable2DayOff value for this CfgExceptionType.
|
boolean |
isWmFullDay()
Gets the wmFullDay value for this CfgExceptionType.
|
boolean |
isWmOnsite()
Gets the wmOnsite value for this CfgExceptionType.
|
boolean |
isWmPaid()
Gets the wmPaid value for this CfgExceptionType.
|
boolean |
isWmUsedAsVacation()
Gets the wmUsedAsVacation value for this CfgExceptionType.
|
boolean |
isWmUsedInMeeting()
Gets the wmUsedInMeeting value for this CfgExceptionType.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgExceptionType.
|
void |
setWmAgentInit(boolean wmAgentInit)
Sets the wmAgentInit value for this CfgExceptionType.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this CfgExceptionType.
|
void |
setWmConvertable2DayOff(boolean wmConvertable2DayOff)
Sets the wmConvertable2DayOff value for this CfgExceptionType.
|
void |
setWmDeletedDateTime(double wmDeletedDateTime)
Sets the wmDeletedDateTime value for this CfgExceptionType.
|
void |
setWmEndDate(double wmEndDate)
Sets the wmEndDate value for this CfgExceptionType.
|
void |
setWmExceptionTypeId(int wmExceptionTypeId)
Sets the wmExceptionTypeId value for this CfgExceptionType.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this CfgExceptionType.
|
void |
setWmFullDay(boolean wmFullDay)
Sets the wmFullDay value for this CfgExceptionType.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgExceptionType.
|
void |
setWmOnsite(boolean wmOnsite)
Sets the wmOnsite value for this CfgExceptionType.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgExceptionType.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgExceptionType.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgExceptionType.
|
void |
setWmStartDate(double wmStartDate)
Sets the wmStartDate value for this CfgExceptionType.
|
void |
setWmTimeOffTypeId(int wmTimeOffTypeId)
Sets the wmTimeOffTypeId value for this CfgExceptionType.
|
void |
setWmTradeRule(int wmTradeRule)
Sets the wmTradeRule value for this CfgExceptionType.
|
void |
setWmUsedAsVacation(boolean wmUsedAsVacation)
Sets the wmUsedAsVacation value for this CfgExceptionType.
|
void |
setWmUsedInMeeting(boolean wmUsedInMeeting)
Sets the wmUsedInMeeting value for this CfgExceptionType.
|
private int wmExceptionTypeId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private int wmColor
private int wmFontColor
private boolean wmUsedInMeeting
private boolean wmPaid
private boolean wmOnsite
private boolean wmFullDay
private boolean wmConvertable2DayOff
private boolean wmUsedAsVacation
private int wmTimeOffTypeId
private int wmTradeRule
ECfgTradeRule
)private double wmDeletedDateTime
private boolean wmAgentInit
private double wmStartDate
OleDateTime
private double wmEndDate
OleDateTime
private long timestamp
public CfgExceptionType()
public CfgExceptionType(int wmExceptionTypeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmUsedInMeeting, boolean wmPaid, boolean wmOnsite, boolean wmFullDay, boolean wmConvertable2DayOff, boolean wmUsedAsVacation, int wmTimeOffTypeId, int wmTradeRule, double wmDeletedDateTime, int wmColor, int wmFontColor, boolean wmAgentInit, double wmStartDate, double wmEndDate, long timestamp)
public int getWmExceptionTypeId()
public void setWmExceptionTypeId(int wmExceptionTypeId)
wmExceptionTypeId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName
- public boolean isWmUsedInMeeting()
public void setWmUsedInMeeting(boolean wmUsedInMeeting)
wmUsedInMeeting
- public boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public boolean isWmOnsite()
public void setWmOnsite(boolean wmOnsite)
wmOnsite
- public boolean isWmFullDay()
public void setWmFullDay(boolean wmFullDay)
wmFullDay
- public boolean isWmConvertable2DayOff()
public void setWmConvertable2DayOff(boolean wmConvertable2DayOff)
wmConvertable2DayOff
- public boolean isWmUsedAsVacation()
public void setWmUsedAsVacation(boolean wmUsedAsVacation)
wmUsedAsVacation
- public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int wmTimeOffTypeId)
wmTimeOffTypeId
- public int getWmTradeRule()
public void setWmTradeRule(int wmTradeRule)
wmTradeRule
- public double getWmDeletedDateTime()
public void setWmDeletedDateTime(double wmDeletedDateTime)
wmDeletedDateTime
- public int getWmColor()
public void setWmColor(int wmColor)
wmColor
- public int getWmFontColor()
public void setWmFontColor(int wmFontColor)
wmFontColor
- public boolean isWmAgentInit()
public void setWmAgentInit(boolean wmAgentInit)
wmAgentInit
- public double getWmStartDate()
public void setWmStartDate(double wmStartDate)
wmStartDate
- public double getWmEndDate()
public void setWmEndDate(double wmEndDate)
wmEndDate
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.