public class CfgGlobalSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp |
private int |
wmWeekStartDay |
Constructor and Description |
---|
CfgGlobalSettings() |
CfgGlobalSettings(int wmWeekStartDay,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgGlobalSettings.
|
int |
getWmWeekStartDay()
Gets the wmWeekStartDay value for this CfgGlobalSettings.
|
int |
hashCode() |
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgGlobalSettings.
|
void |
setWmWeekStartDay(int wmWeekStartDay)
Sets the wmWeekStartDay value for this CfgGlobalSettings.
|
private int wmWeekStartDay
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgGlobalSettings()
public CfgGlobalSettings(int wmWeekStartDay, long timestamp)
public int getWmWeekStartDay()
public void setWmWeekStartDay(int wmWeekStartDay)
wmWeekStartDay
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- public boolean equals(java.lang.Object obj)
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.