public class CfgBUShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmBUId
Business Unit ID
|
private java.lang.String |
wmName
Name of Business Unit
|
private int |
wmTimezoneId
Time Zone ID, identifies
CfgTimezone object |
Constructor and Description |
---|
CfgBUShort() |
CfgBUShort(int wmBUId,
java.lang.String wmName,
int wmTimezoneId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmBUId()
Gets the wmBUId value for this CfgBUShort.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgBUShort.
|
int |
getWmTimezoneId()
Gets the wmTimezoneId value for this CfgBUShort.
|
int |
hashCode() |
void |
setWmBUId(int wmBUId)
Sets the wmBUId value for this CfgBUShort.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgBUShort.
|
void |
setWmTimezoneId(int wmTimezoneId)
Sets the wmTimezoneId value for this CfgBUShort.
|
private int wmBUId
private java.lang.String wmName
private int wmTimezoneId
CfgTimezone
objectprivate java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgBUShort()
public CfgBUShort(int wmBUId, java.lang.String wmName, int wmTimezoneId)
public int getWmBUId()
public void setWmBUId(int wmBUId)
wmBUId
- 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.