public class CfgGlobalSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected long |
timestamp
Timestamp value
|
protected int |
wmCalAuditLevel
Calendar Audit Level
ECalAuditLevel |
protected int |
wmDefaultSecurityRoleId |
protected boolean |
wmEmailSynchEnabled
Indicates whether e-mail synchronization is enabled/disabled
|
protected boolean |
wmMandatoryPaidBreaks |
protected boolean |
wmNewSiteAssignment |
protected boolean |
wmPreferencesEnabled |
protected int |
wmSchAuditLevel
Schedule Audit Level
ESchAuditLevel |
protected boolean |
wmSuppressBreakWarnings |
protected boolean |
wmTimeoffPlannerEnabled |
protected int |
wmTimezoneId |
protected int |
wmWeekStartDay
Week Start Day (1 = Mon, 2 = Tue, ..., 7 = Sun)
|
Constructor and Description |
---|
CfgGlobalSettings() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
long |
getTimestamp()
Gets the value of the timestamp property.
|
int |
getWmCalAuditLevel()
Gets the value of the wmCalAuditLevel property.
|
int |
getWmDefaultSecurityRoleId()
Gets the value of the wmDefaultSecurityRoleId property.
|
int |
getWmSchAuditLevel()
Gets the value of the wmSchAuditLevel property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmWeekStartDay()
Gets the value of the wmWeekStartDay property.
|
int |
hashCode() |
boolean |
isWmEmailSynchEnabled()
Gets the value of the wmEmailSynchEnabled property.
|
boolean |
isWmMandatoryPaidBreaks()
Gets the value of the wmMandatoryPaidBreaks property.
|
boolean |
isWmNewSiteAssignment()
Gets the value of the wmNewSiteAssignment property.
|
boolean |
isWmPreferencesEnabled()
Gets the value of the wmPreferencesEnabled property.
|
boolean |
isWmSuppressBreakWarnings()
Gets the value of the wmSuppressBreakWarnings property.
|
boolean |
isWmTimeoffPlannerEnabled()
Gets the value of the wmTimeoffPlannerEnabled property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
void |
setWmCalAuditLevel(int value)
Sets the value of the wmCalAuditLevel property.
|
void |
setWmDefaultSecurityRoleId(int value)
Sets the value of the wmDefaultSecurityRoleId property.
|
void |
setWmEmailSynchEnabled(boolean value)
Sets the value of the wmEmailSynchEnabled property.
|
void |
setWmMandatoryPaidBreaks(boolean value)
Sets the value of the wmMandatoryPaidBreaks property.
|
void |
setWmNewSiteAssignment(boolean value)
Sets the value of the wmNewSiteAssignment property.
|
void |
setWmPreferencesEnabled(boolean value)
Sets the value of the wmPreferencesEnabled property.
|
void |
setWmSchAuditLevel(int value)
Sets the value of the wmSchAuditLevel property.
|
void |
setWmSuppressBreakWarnings(boolean value)
Sets the value of the wmSuppressBreakWarnings property.
|
void |
setWmTimeoffPlannerEnabled(boolean value)
Sets the value of the wmTimeoffPlannerEnabled property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmWeekStartDay(int value)
Sets the value of the wmWeekStartDay property.
|
java.lang.String |
toString() |
CfgGlobalSettings |
withTimestamp(long value) |
CfgGlobalSettings |
withWmCalAuditLevel(int value) |
CfgGlobalSettings |
withWmDefaultSecurityRoleId(int value) |
CfgGlobalSettings |
withWmEmailSynchEnabled(boolean value) |
CfgGlobalSettings |
withWmMandatoryPaidBreaks(boolean value) |
CfgGlobalSettings |
withWmNewSiteAssignment(boolean value) |
CfgGlobalSettings |
withWmPreferencesEnabled(boolean value) |
CfgGlobalSettings |
withWmSchAuditLevel(int value) |
CfgGlobalSettings |
withWmSuppressBreakWarnings(boolean value) |
CfgGlobalSettings |
withWmTimeoffPlannerEnabled(boolean value) |
CfgGlobalSettings |
withWmTimezoneId(int value) |
CfgGlobalSettings |
withWmWeekStartDay(int value) |
private static final long serialVersionUID
protected int wmWeekStartDay
protected boolean wmEmailSynchEnabled
protected int wmSchAuditLevel
ESchAuditLevel
protected int wmCalAuditLevel
ECalAuditLevel
protected boolean wmTimeoffPlannerEnabled
protected boolean wmPreferencesEnabled
protected int wmTimezoneId
protected boolean wmMandatoryPaidBreaks
protected boolean wmSuppressBreakWarnings
protected boolean wmNewSiteAssignment
protected int wmDefaultSecurityRoleId
protected long timestamp
public int getWmWeekStartDay()
public void setWmWeekStartDay(int value)
public boolean isWmEmailSynchEnabled()
public void setWmEmailSynchEnabled(boolean value)
public int getWmSchAuditLevel()
public void setWmSchAuditLevel(int value)
public int getWmCalAuditLevel()
public void setWmCalAuditLevel(int value)
public boolean isWmTimeoffPlannerEnabled()
public void setWmTimeoffPlannerEnabled(boolean value)
public boolean isWmPreferencesEnabled()
public void setWmPreferencesEnabled(boolean value)
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public boolean isWmMandatoryPaidBreaks()
public void setWmMandatoryPaidBreaks(boolean value)
public boolean isWmSuppressBreakWarnings()
public void setWmSuppressBreakWarnings(boolean value)
public boolean isWmNewSiteAssignment()
public void setWmNewSiteAssignment(boolean value)
public int getWmDefaultSecurityRoleId()
public void setWmDefaultSecurityRoleId(int value)
public long getTimestamp()
public void setTimestamp(long value)
public CfgGlobalSettings withWmWeekStartDay(int value)
public CfgGlobalSettings withWmEmailSynchEnabled(boolean value)
public CfgGlobalSettings withWmSchAuditLevel(int value)
public CfgGlobalSettings withWmCalAuditLevel(int value)
public CfgGlobalSettings withWmTimeoffPlannerEnabled(boolean value)
public CfgGlobalSettings withWmPreferencesEnabled(boolean value)
public CfgGlobalSettings withWmTimezoneId(int value)
public CfgGlobalSettings withWmMandatoryPaidBreaks(boolean value)
public CfgGlobalSettings withWmSuppressBreakWarnings(boolean value)
public CfgGlobalSettings withWmNewSiteAssignment(boolean value)
public CfgGlobalSettings withWmDefaultSecurityRoleId(int value)
public CfgGlobalSettings withTimestamp(long value)
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.