public class CfgTimezoneBias
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
wmBias
Additional Bias, in minutes
|
private double |
wmEndDatetime
End Date/Time (
OleDateTime) |
private double |
wmStartDatetime
Start Date/Time (
OleDateTime) |
private int |
wmTimezoneBiasId
Record ID
|
| Constructor and Description |
|---|
CfgTimezoneBias() |
CfgTimezoneBias(int wmTimezoneBiasId,
double wmStartDatetime,
double wmEndDatetime,
int wmBias) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getWmBias()
Gets the wmBias value for this CfgTimezoneBias.
|
double |
getWmEndDatetime()
Gets the wmEndDatetime value for this CfgTimezoneBias.
|
double |
getWmStartDatetime()
Gets the wmStartDatetime value for this CfgTimezoneBias.
|
int |
getWmTimezoneBiasId()
Gets the wmTimezoneBiasId value for this CfgTimezoneBias.
|
int |
hashCode() |
void |
setWmBias(int wmBias)
Sets the wmBias value for this CfgTimezoneBias.
|
void |
setWmEndDatetime(double wmEndDatetime)
Sets the wmEndDatetime value for this CfgTimezoneBias.
|
void |
setWmStartDatetime(double wmStartDatetime)
Sets the wmStartDatetime value for this CfgTimezoneBias.
|
void |
setWmTimezoneBiasId(int wmTimezoneBiasId)
Sets the wmTimezoneBiasId value for this CfgTimezoneBias.
|
private int wmTimezoneBiasId
private double wmStartDatetime
OleDateTime)private double wmEndDatetime
OleDateTime)private int wmBias
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimezoneBias()
public CfgTimezoneBias(int wmTimezoneBiasId,
double wmStartDatetime,
double wmEndDatetime,
int wmBias)
public int getWmTimezoneBiasId()
public void setWmTimezoneBiasId(int wmTimezoneBiasId)
wmTimezoneBiasId - public double getWmStartDatetime()
public void setWmStartDatetime(double wmStartDatetime)
wmStartDatetime - public double getWmEndDatetime()
public void setWmEndDatetime(double wmEndDatetime)
wmEndDatetime - public int getWmBias()
public void setWmBias(int wmBias)
wmBias - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.