public class CfgTimezoneShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
gswTimezoneId
Associated Genesys Time Zone ID
|
private static long |
serialVersionUID |
protected java.lang.String |
wmDescription |
protected java.lang.String |
wmName
Time Zone Name
|
protected int |
wmTimezoneId
Time Zone ID
|
protected int |
wmValue
Time Zone bias from GMT (in minutes)
|
Constructor and Description |
---|
CfgTimezoneShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getGswTimezoneId()
Gets the value of the gswTimezoneId property.
|
java.lang.String |
getWmDescription()
Gets the value of the wmDescription property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmValue()
Gets the value of the wmValue property.
|
int |
hashCode() |
void |
setGswTimezoneId(int value)
Sets the value of the gswTimezoneId property.
|
void |
setWmDescription(java.lang.String value)
Sets the value of the wmDescription property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmValue(int value)
Sets the value of the wmValue property.
|
java.lang.String |
toString() |
CfgTimezoneShort |
withGswTimezoneId(int value) |
CfgTimezoneShort |
withWmDescription(java.lang.String value) |
CfgTimezoneShort |
withWmName(java.lang.String value) |
CfgTimezoneShort |
withWmTimezoneId(int value) |
CfgTimezoneShort |
withWmValue(int value) |
private static final long serialVersionUID
protected int wmTimezoneId
protected int gswTimezoneId
protected java.lang.String wmName
protected int wmValue
protected java.lang.String wmDescription
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public int getGswTimezoneId()
public void setGswTimezoneId(int value)
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmValue()
public void setWmValue(int value)
public java.lang.String getWmDescription()
public void setWmDescription(java.lang.String value)
public CfgTimezoneShort withWmTimezoneId(int value)
public CfgTimezoneShort withGswTimezoneId(int value)
public CfgTimezoneShort withWmName(java.lang.String value)
public CfgTimezoneShort withWmValue(int value)
public CfgTimezoneShort withWmDescription(java.lang.String 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.