public class CfgSiteShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
gswName
Switch Name
|
private int |
gswSwitchId
Switch ID
|
private int |
wmBUId
Business Unit ID, identifies
CfgBU object that Site belongs to. |
private java.lang.String |
wmName
Site Name
|
private int |
wmSiteId
Site ID
|
private int |
wmTimezoneId
Site Time Zone ID, indentifies
CfgTimezone object |
Constructor and Description |
---|
CfgSiteShort() |
CfgSiteShort(int wmSiteId,
int wmBUId,
int gswSwitchId,
java.lang.String gswName,
java.lang.String wmName,
int wmTimezoneId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGswName()
Gets the gswName value for this CfgSiteShort.
|
int |
getGswSwitchId()
Gets the gswSwitchId value for this CfgSiteShort.
|
int |
getWmBUId()
Gets the wmBUId value for this CfgSiteShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgSiteShort.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgSiteShort.
|
int |
getWmTimezoneId()
Gets the wmTimezoneId value for this CfgSiteShort.
|
int |
hashCode() |
void |
setGswName(java.lang.String gswName)
Sets the gswName value for this CfgSiteShort.
|
void |
setGswSwitchId(int gswSwitchId)
Sets the gswSwitchId value for this CfgSiteShort.
|
void |
setWmBUId(int wmBUId)
Sets the wmBUId value for this CfgSiteShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgSiteShort.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgSiteShort.
|
void |
setWmTimezoneId(int wmTimezoneId)
Sets the wmTimezoneId value for this CfgSiteShort.
|
private int wmSiteId
private int wmBUId
CfgBU
object that Site belongs to.
Zero value means Site is not under any Business Unit.private int gswSwitchId
private java.lang.String gswName
private java.lang.String wmName
private int wmTimezoneId
CfgTimezone
objectprivate java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgSiteShort()
public CfgSiteShort(int wmSiteId, int wmBUId, int gswSwitchId, java.lang.String gswName, java.lang.String wmName, int wmTimezoneId)
public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public int getWmBUId()
public void setWmBUId(int wmBUId)
wmBUId
- public int getGswSwitchId()
public void setGswSwitchId(int gswSwitchId)
gswSwitchId
- public java.lang.String getGswName()
public void setGswName(java.lang.String gswName)
gswName
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmTimezoneId()
public void setWmTimezoneId(int wmTimezoneId)
wmTimezoneId
- 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.