public class CfgTimezoneShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
gswTimezoneId
Associated Genesys Time Zone ID
|
private java.lang.String |
wmName
Time Zone Name
|
private int |
wmTimezoneId
Time Zone ID
|
private int |
wmValue
Time Zone bias from GMT (in minutes)
|
Constructor and Description |
---|
CfgTimezoneShort() |
CfgTimezoneShort(int wmTimezoneId,
int gswTimezoneId,
java.lang.String wmName,
int wmValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getGswTimezoneId()
Gets the gswTimezoneId value for this CfgTimezoneShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgTimezoneShort.
|
int |
getWmTimezoneId()
Gets the wmTimezoneId value for this CfgTimezoneShort.
|
int |
getWmValue()
Gets the wmValue value for this CfgTimezoneShort.
|
int |
hashCode() |
void |
setGswTimezoneId(int gswTimezoneId)
Sets the gswTimezoneId value for this CfgTimezoneShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgTimezoneShort.
|
void |
setWmTimezoneId(int wmTimezoneId)
Sets the wmTimezoneId value for this CfgTimezoneShort.
|
void |
setWmValue(int wmValue)
Sets the wmValue value for this CfgTimezoneShort.
|
private int wmTimezoneId
private int gswTimezoneId
private java.lang.String wmName
private int wmValue
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimezoneShort()
public CfgTimezoneShort(int wmTimezoneId, int gswTimezoneId, java.lang.String wmName, int wmValue)
public int getWmTimezoneId()
public void setWmTimezoneId(int wmTimezoneId)
wmTimezoneId
- public int getGswTimezoneId()
public void setGswTimezoneId(int gswTimezoneId)
gswTimezoneId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmValue()
public void setWmValue(int wmValue)
wmValue
- 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.