public class CfgShiftDetails
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
infoType |
protected boolean |
provideBreakInfo |
protected boolean |
provideBUInfo |
protected boolean |
provideContractInfo |
protected boolean |
provideMealInfo |
protected boolean |
provideSiteInfo |
protected boolean |
provideTaskSequenceInfo |
private static long |
serialVersionUID |
Constructor and Description |
---|
CfgShiftDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
int |
getInfoType()
Gets the value of the infoType property.
|
int |
hashCode() |
boolean |
isProvideBreakInfo()
Gets the value of the provideBreakInfo property.
|
boolean |
isProvideBUInfo()
Gets the value of the provideBUInfo property.
|
boolean |
isProvideContractInfo()
Gets the value of the provideContractInfo property.
|
boolean |
isProvideMealInfo()
Gets the value of the provideMealInfo property.
|
boolean |
isProvideSiteInfo()
Gets the value of the provideSiteInfo property.
|
boolean |
isProvideTaskSequenceInfo()
Gets the value of the provideTaskSequenceInfo property.
|
void |
setInfoType(int value)
Sets the value of the infoType property.
|
void |
setProvideBreakInfo(boolean value)
Sets the value of the provideBreakInfo property.
|
void |
setProvideBUInfo(boolean value)
Sets the value of the provideBUInfo property.
|
void |
setProvideContractInfo(boolean value)
Sets the value of the provideContractInfo property.
|
void |
setProvideMealInfo(boolean value)
Sets the value of the provideMealInfo property.
|
void |
setProvideSiteInfo(boolean value)
Sets the value of the provideSiteInfo property.
|
void |
setProvideTaskSequenceInfo(boolean value)
Sets the value of the provideTaskSequenceInfo property.
|
java.lang.String |
toString() |
CfgShiftDetails |
withInfoType(int value) |
CfgShiftDetails |
withProvideBreakInfo(boolean value) |
CfgShiftDetails |
withProvideBUInfo(boolean value) |
CfgShiftDetails |
withProvideContractInfo(boolean value) |
CfgShiftDetails |
withProvideMealInfo(boolean value) |
CfgShiftDetails |
withProvideSiteInfo(boolean value) |
CfgShiftDetails |
withProvideTaskSequenceInfo(boolean value) |
private static final long serialVersionUID
protected int infoType
protected boolean provideContractInfo
protected boolean provideBreakInfo
protected boolean provideMealInfo
protected boolean provideTaskSequenceInfo
protected boolean provideSiteInfo
protected boolean provideBUInfo
public int getInfoType()
public void setInfoType(int value)
public boolean isProvideContractInfo()
public void setProvideContractInfo(boolean value)
public boolean isProvideBreakInfo()
public void setProvideBreakInfo(boolean value)
public boolean isProvideMealInfo()
public void setProvideMealInfo(boolean value)
public boolean isProvideTaskSequenceInfo()
public void setProvideTaskSequenceInfo(boolean value)
public boolean isProvideSiteInfo()
public void setProvideSiteInfo(boolean value)
public boolean isProvideBUInfo()
public void setProvideBUInfo(boolean value)
public CfgShiftDetails withInfoType(int value)
public CfgShiftDetails withProvideContractInfo(boolean value)
public CfgShiftDetails withProvideBreakInfo(boolean value)
public CfgShiftDetails withProvideMealInfo(boolean value)
public CfgShiftDetails withProvideTaskSequenceInfo(boolean value)
public CfgShiftDetails withProvideSiteInfo(boolean value)
public CfgShiftDetails withProvideBUInfo(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.