public class CfgSiteShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
gswName
Switch Name
|
protected int |
gswSwitchId
Switch ID
|
private static long |
serialVersionUID |
protected int |
wmBUId
Business Unit ID--identifies
CfgBU object to which that Site belongs. |
protected java.lang.String |
wmName
Site Name
|
protected int |
wmSiteId
Site ID
|
protected int |
wmTimezoneId
Site Time Zone ID--indentifies
CfgTimezone object |
Constructor and Description |
---|
CfgSiteShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getGswName()
Gets the value of the gswName property.
|
int |
getGswSwitchId()
Gets the value of the gswSwitchId property.
|
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmSiteId()
Gets the value of the wmSiteId property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
hashCode() |
void |
setGswName(java.lang.String value)
Sets the value of the gswName property.
|
void |
setGswSwitchId(int value)
Sets the value of the gswSwitchId property.
|
void |
setWmBUId(int value)
Sets the value of the wmBUId property.
|
void |
setWmName(java.lang.String value)
Sets the value of the wmName property.
|
void |
setWmSiteId(int value)
Sets the value of the wmSiteId property.
|
void |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
java.lang.String |
toString() |
CfgSiteShort |
withGswName(java.lang.String value) |
CfgSiteShort |
withGswSwitchId(int value) |
CfgSiteShort |
withWmBUId(int value) |
CfgSiteShort |
withWmName(java.lang.String value) |
CfgSiteShort |
withWmSiteId(int value) |
CfgSiteShort |
withWmTimezoneId(int value) |
private static final long serialVersionUID
protected int wmSiteId
protected int wmBUId
CfgBU
object to which that Site belongs.
A value of Zero means Site is not under any Business Unit.protected int gswSwitchId
protected java.lang.String gswName
protected java.lang.String wmName
protected int wmTimezoneId
CfgTimezone
objectpublic int getWmSiteId()
public void setWmSiteId(int value)
public int getWmBUId()
public void setWmBUId(int value)
public int getGswSwitchId()
public void setGswSwitchId(int value)
public java.lang.String getGswName()
String
public void setGswName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWmName()
String
public void setWmName(java.lang.String value)
value
- allowed object is
String
public int getWmTimezoneId()
public void setWmTimezoneId(int value)
public CfgSiteShort withWmSiteId(int value)
public CfgSiteShort withWmBUId(int value)
public CfgSiteShort withGswSwitchId(int value)
public CfgSiteShort withGswName(java.lang.String value)
public CfgSiteShort withWmName(java.lang.String value)
public CfgSiteShort withWmTimezoneId(int 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.