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