public class CfgExceptionTypeShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
wmColor
Schedule state RGB color value.
|
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 |
wmPaid
Is Time Off paid? (true/false)
|
private java.lang.String |
wmShortName
Time Off Type Short Name
|
private int |
wmSiteId
Site ID--identifies
CfgSite object |
Constructor and Description |
---|
CfgExceptionTypeShort() |
CfgExceptionTypeShort(int wmExceptionTypeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmPaid,
boolean wmFullDay,
int wmColor,
int wmFontColor) |
Modifier and Type | Method and Description |
---|---|
int |
getWmColor()
Gets the wmColor value for this CfgExceptionTypeShort.
|
int |
getWmExceptionTypeId()
Gets the wmExceptionTypeId value for this CfgExceptionTypeShort.
|
int |
getWmFontColor()
Gets the wmFontColor value for this CfgExceptionTypeShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgExceptionTypeShort.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgExceptionTypeShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgExceptionTypeShort.
|
boolean |
isWmFullDay()
Gets the wmFullDay value for this CfgExceptionTypeShort.
|
boolean |
isWmPaid()
Gets the wmPaid value for this CfgExceptionTypeShort.
|
void |
setWmColor(int wmColor)
Sets the wmColor value for this CfgExceptionTypeShort.
|
void |
setWmExceptionTypeId(int wmExceptionTypeId)
Sets the wmExceptionTypeId value for this CfgExceptionTypeShort.
|
void |
setWmFontColor(int wmFontColor)
Sets the wmFontColor value for this CfgExceptionTypeShort.
|
void |
setWmFullDay(boolean wmFullDay)
Sets the wmFullDay value for this CfgExceptionTypeShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgExceptionTypeShort.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgExceptionTypeShort.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgExceptionTypeShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgExceptionTypeShort.
|
private int wmExceptionTypeId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private boolean wmPaid
private boolean wmFullDay
private int wmColor
private int wmFontColor
public CfgExceptionTypeShort()
public CfgExceptionTypeShort(int wmExceptionTypeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmPaid, boolean wmFullDay, int wmColor, int wmFontColor)
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 isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public boolean isWmFullDay()
public void setWmFullDay(boolean wmFullDay)
wmFullDay
- public int getWmColor()
public void setWmColor(int wmColor)
wmColor
- public int getWmFontColor()
public void setWmFontColor(int wmFontColor)
wmFontColor
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.