public class CfgBUShort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
protected int |
wmBUId
Business Unit ID
|
protected java.lang.String |
wmName
Name of Business Unit
|
protected int |
wmTimezoneId
Time Zone ID--identifies
CfgTimezone object |
protected int |
wmWeekStartDay |
Constructor and Description |
---|
CfgBUShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getWmBUId()
Gets the value of the wmBUId property.
|
java.lang.String |
getWmName()
Gets the value of the wmName property.
|
int |
getWmTimezoneId()
Gets the value of the wmTimezoneId property.
|
int |
getWmWeekStartDay()
Gets the value of the wmWeekStartDay property.
|
int |
hashCode() |
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 |
setWmTimezoneId(int value)
Sets the value of the wmTimezoneId property.
|
void |
setWmWeekStartDay(int value)
Sets the value of the wmWeekStartDay property.
|
java.lang.String |
toString() |
CfgBUShort |
withWmBUId(int value) |
CfgBUShort |
withWmName(java.lang.String value) |
CfgBUShort |
withWmTimezoneId(int value) |
CfgBUShort |
withWmWeekStartDay(int value) |
private static final long serialVersionUID
protected int wmBUId
protected java.lang.String wmName
protected int wmTimezoneId
CfgTimezone
objectprotected int wmWeekStartDay
public int getWmBUId()
public void setWmBUId(int value)
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 int getWmWeekStartDay()
public void setWmWeekStartDay(int value)
public CfgBUShort withWmBUId(int value)
public CfgBUShort withWmName(java.lang.String value)
public CfgBUShort withWmTimezoneId(int value)
public CfgBUShort withWmWeekStartDay(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.