public class CfgAccrualRuleDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType
Request details level (
ECfgInfoType ) |
protected boolean |
provideBUInfo
Specifies whether to provide associated BU information or not
|
protected boolean |
provideSiteInfo
Specifies whether to provide associated Site information or not
|
private static long |
serialVersionUID |
protected boolean |
timeOffTypeInfo
Specifies whether to provide associated Time Off Type information or not
|
Constructor and Description |
---|
CfgAccrualRuleDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideBUInfo()
Gets the value of the provideBUInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
boolean |
isTimeOffTypeInfo()
Gets the value of the timeOffTypeInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideBUInfo(boolean value)
Sets the value of the provideBUInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
void |
setTimeOffTypeInfo(boolean value)
Sets the value of the timeOffTypeInfo property.
|
java.lang.String |
toString() |
CfgAccrualRuleDetails |
withInfoType(int value) |
CfgAccrualRuleDetails |
withProvideBUInfo(boolean value) |
CfgAccrualRuleDetails |
withProvideSiteInfo(boolean value) |
CfgAccrualRuleDetails |
withTimeOffTypeInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
ECfgInfoType
)protected boolean provideSiteInfo
protected boolean provideBUInfo
protected boolean timeOffTypeInfo
public int getInfoType()
public void setInfoType(int value)
public boolean isProvideSiteInfo()
public void setProvideSiteInfo(boolean value)
public boolean isProvideBUInfo()
public void setProvideBUInfo(boolean value)
public boolean isTimeOffTypeInfo()
public void setTimeOffTypeInfo(boolean value)
public CfgAccrualRuleDetails withInfoType(int value)
public CfgAccrualRuleDetails withProvideSiteInfo(boolean value)
public CfgAccrualRuleDetails withProvideBUInfo(boolean value)
public CfgAccrualRuleDetails withTimeOffTypeInfo(boolean 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.