public class CfgGlobalSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private long |
timestamp
Timestamp value
|
private int |
wmCalAuditLevel
Calendar Audit Level
ECalAuditLevel |
private boolean |
wmEmailSynchEnabled
Indicates whether e-mail synchronization is enabled/disabled
|
private int |
wmSchAuditLevel
Schedule Audit Level
ESchAuditLevel |
private int |
wmWeekStartDay
Week Start Day (1 = Mon, 2 = Tue, ..., 7 = Sun)
|
Constructor and Description |
---|
CfgGlobalSettings() |
CfgGlobalSettings(int wmWeekStartDay,
boolean wmEmailSynchEnabled,
int wmSchAuditLevel,
int wmCalAuditLevel,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
getTimestamp()
Gets the timestamp value for this CfgGlobalSettings.
|
int |
getWmCalAuditLevel()
Gets the wmCalAuditLevel value for this CfgGlobalSettings.
|
int |
getWmSchAuditLevel()
Gets the wmSchAuditLevel value for this CfgGlobalSettings.
|
int |
getWmWeekStartDay()
Gets the wmWeekStartDay value for this CfgGlobalSettings.
|
boolean |
isWmEmailSynchEnabled()
Gets the wmEmailSynchEnabled value for this CfgGlobalSettings.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgGlobalSettings.
|
void |
setWmCalAuditLevel(int wmCalAuditLevel)
Sets the wmCalAuditLevel value for this CfgGlobalSettings.
|
void |
setWmEmailSynchEnabled(boolean wmEmailSynchEnabled)
Sets the wmEmailSynchEnabled value for this CfgGlobalSettings.
|
void |
setWmSchAuditLevel(int wmSchAuditLevel)
Sets the wmSchAuditLevel value for this CfgGlobalSettings.
|
void |
setWmWeekStartDay(int wmWeekStartDay)
Sets the wmWeekStartDay value for this CfgGlobalSettings.
|
private int wmWeekStartDay
private boolean wmEmailSynchEnabled
private int wmSchAuditLevel
ESchAuditLevel
private int wmCalAuditLevel
ECalAuditLevel
private long timestamp
public CfgGlobalSettings()
public CfgGlobalSettings(int wmWeekStartDay, boolean wmEmailSynchEnabled, int wmSchAuditLevel, int wmCalAuditLevel, long timestamp)
public int getWmWeekStartDay()
public void setWmWeekStartDay(int wmWeekStartDay)
wmWeekStartDay
- public boolean isWmEmailSynchEnabled()
public void setWmEmailSynchEnabled(boolean wmEmailSynchEnabled)
wmEmailSynchEnabled
- public int getWmSchAuditLevel()
public void setWmSchAuditLevel(int wmSchAuditLevel)
wmSchAuditLevel
- public int getWmCalAuditLevel()
public void setWmCalAuditLevel(int wmCalAuditLevel)
wmCalAuditLevel
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.