public class CfgTimeOffTypeDetails
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int |
infoType |
private boolean |
provideBUInfo |
private boolean |
provideSiteInfo |
| Constructor and Description |
|---|
CfgTimeOffTypeDetails() |
CfgTimeOffTypeDetails(int infoType,
boolean provideSiteInfo,
boolean provideBUInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getInfoType()
Gets the infoType value for this CfgTimeOffTypeDetails.
|
int |
hashCode() |
boolean |
isProvideBUInfo()
Gets the provideBUInfo value for this CfgTimeOffTypeDetails.
|
boolean |
isProvideSiteInfo()
Gets the provideSiteInfo value for this CfgTimeOffTypeDetails.
|
void |
setInfoType(int infoType)
Sets the infoType value for this CfgTimeOffTypeDetails.
|
void |
setProvideBUInfo(boolean provideBUInfo)
Sets the provideBUInfo value for this CfgTimeOffTypeDetails.
|
void |
setProvideSiteInfo(boolean provideSiteInfo)
Sets the provideSiteInfo value for this CfgTimeOffTypeDetails.
|
private int infoType
private boolean provideSiteInfo
private boolean provideBUInfo
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgTimeOffTypeDetails()
public CfgTimeOffTypeDetails(int infoType,
boolean provideSiteInfo,
boolean provideBUInfo)
public int getInfoType()
public void setInfoType(int infoType)
infoType - public boolean isProvideSiteInfo()
public void setProvideSiteInfo(boolean provideSiteInfo)
provideSiteInfo - public boolean isProvideBUInfo()
public void setProvideBUInfo(boolean provideBUInfo)
provideBUInfo - 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.