public class CfgContract
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private long |
timestamp
A timestamp value -- marks time point when Object information was obtained
|
private CfgContractWeekHours[] |
wmAvailabilities
Contract Open Hours (
CfgContractWeekHours ) for every week day. |
private double |
wmCompensationOver
Overtime compensation rate
|
private double |
wmCompensationOver2
Secondary Overtime compensation rate
|
private int |
wmContractId
Contract ID
|
private CfgContractMonthHours[] |
wmContractMonthHours
Contract Monthly Hours (
CfgContractMonthHours )
Index 0 - Jan, 2 - Feb, ..., 11 - Dec |
private int[] |
wmContractShifts
List of Shift IDs (
CfgShift ) that are associated with Contract |
private int |
wmContractShiftsNSizeIs
Number of elements in wmContractShifts array
|
private int |
wmDailyMinutesMax
Maximum Daily Minutes
|
private int |
wmDailyMinutesMin
Minimum Daily Minutes
|
private int |
wmDailyMinutesOver
Daily work minutes that qualify for Daily Overtime
|
private int |
wmDailyMinutesOver2
Daily work minutes that qualify for Secondary Daily Overtime
|
private int |
wmDailyMinutesStd
Standard Daily Minutes
|
private int |
wmDayoffEx |
private int |
wmDayoffMax
Maximum number of Days Off
|
private int |
wmDayoffMin
Minimum number of Days Off
|
private int |
wmIcon
Icon ID
|
private int |
wmMaxBetweenDaysoff
Maximum number of work days between days off
|
private int |
wmMinConsecTimeoff
Minimum number of Consecutive Time Off
|
private int |
wmMonthlyMinutesMax
Maximum Monthly Minutes
|
private int |
wmMonthlyMinutesMin
Minimum Monthly Minutes
|
private int |
wmMonthlyMinutesOver
Monthly work minutes that qualify for Monthly Overtime
|
private int |
wmMonthlyMinutesOver2
Monthly work minutes that qualify for Secondary Monthly Overtime
|
private int |
wmMonthlyMinutesStd
Standard Monthly Minutes
|
private java.lang.String |
wmName
Contract Name
|
private boolean |
wmOver2Enabled
Secondary Overtime enabled (true/false)
|
private boolean |
wmOverEnabled
Overtime enabled (true/false)
|
private boolean |
wmSatOffEnabled
Saturdays Off rule enabled (true/false)
|
private int |
wmSatOffMax
Maximum number of Saturdays off (per planning period)
|
private int |
wmSatOffMin
Minimum number of Saturdays off (per planning period)
|
private int |
wmSiteId
Site ID, indetifies
CfgSite object |
private boolean |
wmSunOffEnabled
Sundays Off rule enabled (true/false)
|
private int |
wmSunOffMax
Maximum number of Sundays off (per planning period)
|
private int |
wmSunOffMin
Minimum number of Sundays off (per planning period)
|
private int |
wmSynchThreshold
Synchronization Threshold
|
private int |
wmSynchWeeks
Synchronization Weeks
|
private boolean |
wmWeekendOffEnabled
Weekends Off rule enabled (true/false)
|
private int |
wmWeekendOffMax
Maximum number of Weekends off (per planning period)
|
private int |
wmWeekendOffMin
Minimum number of Weekends off (per planning period)
|
private int |
wmWeeklyDaysMax
Maximum number of work days per week
|
private int |
wmWeeklyDaysMin
Minimum number of work days per week
|
private int |
wmWeeklyMinutesMax
Maximum Weekly MInutes
|
private int |
wmWeeklyMinutesMin
Minimum Weekly Minutes
|
private int |
wmWeeklyMinutesOver
Weekly work minutes that qualify for Weekly Overtime
|
private int |
wmWeeklyMinutesOver2
Weekly work minutes that qualify for Secondary Weekly Overtime
|
private int |
wmWeeklyMinutesStd
Standard Weekly Minutes
|
Constructor and Description |
---|
CfgContract() |
CfgContract(int wmContractId,
int wmSiteId,
java.lang.String wmName,
int wmIcon,
int wmDailyMinutesStd,
int wmDailyMinutesMin,
int wmDailyMinutesMax,
int wmWeeklyMinutesStd,
int wmWeeklyMinutesMin,
int wmWeeklyMinutesMax,
int wmMonthlyMinutesStd,
int wmMonthlyMinutesMin,
int wmMonthlyMinutesMax,
int wmMaxBetweenDaysoff,
int wmWeeklyDaysMin,
int wmWeeklyDaysMax,
boolean wmSunOffEnabled,
int wmSunOffMin,
int wmSunOffMax,
boolean wmSatOffEnabled,
int wmSatOffMin,
int wmSatOffMax,
boolean wmWeekendOffEnabled,
int wmWeekendOffMin,
int wmWeekendOffMax,
int wmDailyMinutesOver,
int wmWeeklyMinutesOver,
int wmMonthlyMinutesOver,
double wmCompensationOver,
int wmDailyMinutesOver2,
int wmWeeklyMinutesOver2,
int wmMonthlyMinutesOver2,
double wmCompensationOver2,
boolean wmOverEnabled,
boolean wmOver2Enabled,
int wmMinConsecTimeoff,
int wmDayoffMin,
int wmDayoffMax,
int wmDayoffEx,
int wmSynchThreshold,
int wmSynchWeeks,
CfgContractWeekHours[] wmAvailabilities,
CfgContractMonthHours[] wmContractMonthHours,
int wmContractShiftsNSizeIs,
int[] wmContractShifts,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgContract.
|
CfgContractWeekHours[] |
getWmAvailabilities()
Gets the wmAvailabilities value for this CfgContract.
|
double |
getWmCompensationOver()
Gets the wmCompensationOver value for this CfgContract.
|
double |
getWmCompensationOver2()
Gets the wmCompensationOver2 value for this CfgContract.
|
int |
getWmContractId()
Gets the wmContractId value for this CfgContract.
|
CfgContractMonthHours[] |
getWmContractMonthHours()
Gets the wmContractMonthHours value for this CfgContract.
|
int[] |
getWmContractShifts()
Gets the wmContractShifts value for this CfgContract.
|
int |
getWmContractShiftsNSizeIs()
Gets the wmContractShiftsNSizeIs value for this CfgContract.
|
int |
getWmDailyMinutesMax()
Gets the wmDailyMinutesMax value for this CfgContract.
|
int |
getWmDailyMinutesMin()
Gets the wmDailyMinutesMin value for this CfgContract.
|
int |
getWmDailyMinutesOver()
Gets the wmDailyMinutesOver value for this CfgContract.
|
int |
getWmDailyMinutesOver2()
Gets the wmDailyMinutesOver2 value for this CfgContract.
|
int |
getWmDailyMinutesStd()
Gets the wmDailyMinutesStd value for this CfgContract.
|
int |
getWmDayoffEx()
Gets the wmDayoffEx value for this CfgContract.
|
int |
getWmDayoffMax()
Gets the wmDayoffMax value for this CfgContract.
|
int |
getWmDayoffMin()
Gets the wmDayoffMin value for this CfgContract.
|
int |
getWmIcon()
Gets the wmIcon value for this CfgContract.
|
int |
getWmMaxBetweenDaysoff()
Gets the wmMaxBetweenDaysoff value for this CfgContract.
|
int |
getWmMinConsecTimeoff()
Gets the wmMinConsecTimeoff value for this CfgContract.
|
int |
getWmMonthlyMinutesMax()
Gets the wmMonthlyMinutesMax value for this CfgContract.
|
int |
getWmMonthlyMinutesMin()
Gets the wmMonthlyMinutesMin value for this CfgContract.
|
int |
getWmMonthlyMinutesOver()
Gets the wmMonthlyMinutesOver value for this CfgContract.
|
int |
getWmMonthlyMinutesOver2()
Gets the wmMonthlyMinutesOver2 value for this CfgContract.
|
int |
getWmMonthlyMinutesStd()
Gets the wmMonthlyMinutesStd value for this CfgContract.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgContract.
|
int |
getWmSatOffMax()
Gets the wmSatOffMax value for this CfgContract.
|
int |
getWmSatOffMin()
Gets the wmSatOffMin value for this CfgContract.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgContract.
|
int |
getWmSunOffMax()
Gets the wmSunOffMax value for this CfgContract.
|
int |
getWmSunOffMin()
Gets the wmSunOffMin value for this CfgContract.
|
int |
getWmSynchThreshold()
Gets the wmSynchThreshold value for this CfgContract.
|
int |
getWmSynchWeeks()
Gets the wmSynchWeeks value for this CfgContract.
|
int |
getWmWeekendOffMax()
Gets the wmWeekendOffMax value for this CfgContract.
|
int |
getWmWeekendOffMin()
Gets the wmWeekendOffMin value for this CfgContract.
|
int |
getWmWeeklyDaysMax()
Gets the wmWeeklyDaysMax value for this CfgContract.
|
int |
getWmWeeklyDaysMin()
Gets the wmWeeklyDaysMin value for this CfgContract.
|
int |
getWmWeeklyMinutesMax()
Gets the wmWeeklyMinutesMax value for this CfgContract.
|
int |
getWmWeeklyMinutesMin()
Gets the wmWeeklyMinutesMin value for this CfgContract.
|
int |
getWmWeeklyMinutesOver()
Gets the wmWeeklyMinutesOver value for this CfgContract.
|
int |
getWmWeeklyMinutesOver2()
Gets the wmWeeklyMinutesOver2 value for this CfgContract.
|
int |
getWmWeeklyMinutesStd()
Gets the wmWeeklyMinutesStd value for this CfgContract.
|
int |
hashCode() |
boolean |
isWmOver2Enabled()
Gets the wmOver2Enabled value for this CfgContract.
|
boolean |
isWmOverEnabled()
Gets the wmOverEnabled value for this CfgContract.
|
boolean |
isWmSatOffEnabled()
Gets the wmSatOffEnabled value for this CfgContract.
|
boolean |
isWmSunOffEnabled()
Gets the wmSunOffEnabled value for this CfgContract.
|
boolean |
isWmWeekendOffEnabled()
Gets the wmWeekendOffEnabled value for this CfgContract.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgContract.
|
void |
setWmAvailabilities(CfgContractWeekHours[] wmAvailabilities)
Sets the wmAvailabilities value for this CfgContract.
|
void |
setWmCompensationOver(double wmCompensationOver)
Sets the wmCompensationOver value for this CfgContract.
|
void |
setWmCompensationOver2(double wmCompensationOver2)
Sets the wmCompensationOver2 value for this CfgContract.
|
void |
setWmContractId(int wmContractId)
Sets the wmContractId value for this CfgContract.
|
void |
setWmContractMonthHours(CfgContractMonthHours[] wmContractMonthHours)
Sets the wmContractMonthHours value for this CfgContract.
|
void |
setWmContractShifts(int[] wmContractShifts)
Sets the wmContractShifts value for this CfgContract.
|
void |
setWmContractShiftsNSizeIs(int wmContractShiftsNSizeIs)
Sets the wmContractShiftsNSizeIs value for this CfgContract.
|
void |
setWmDailyMinutesMax(int wmDailyMinutesMax)
Sets the wmDailyMinutesMax value for this CfgContract.
|
void |
setWmDailyMinutesMin(int wmDailyMinutesMin)
Sets the wmDailyMinutesMin value for this CfgContract.
|
void |
setWmDailyMinutesOver(int wmDailyMinutesOver)
Sets the wmDailyMinutesOver value for this CfgContract.
|
void |
setWmDailyMinutesOver2(int wmDailyMinutesOver2)
Sets the wmDailyMinutesOver2 value for this CfgContract.
|
void |
setWmDailyMinutesStd(int wmDailyMinutesStd)
Sets the wmDailyMinutesStd value for this CfgContract.
|
void |
setWmDayoffEx(int wmDayoffEx)
Sets the wmDayoffEx value for this CfgContract.
|
void |
setWmDayoffMax(int wmDayoffMax)
Sets the wmDayoffMax value for this CfgContract.
|
void |
setWmDayoffMin(int wmDayoffMin)
Sets the wmDayoffMin value for this CfgContract.
|
void |
setWmIcon(int wmIcon)
Sets the wmIcon value for this CfgContract.
|
void |
setWmMaxBetweenDaysoff(int wmMaxBetweenDaysoff)
Sets the wmMaxBetweenDaysoff value for this CfgContract.
|
void |
setWmMinConsecTimeoff(int wmMinConsecTimeoff)
Sets the wmMinConsecTimeoff value for this CfgContract.
|
void |
setWmMonthlyMinutesMax(int wmMonthlyMinutesMax)
Sets the wmMonthlyMinutesMax value for this CfgContract.
|
void |
setWmMonthlyMinutesMin(int wmMonthlyMinutesMin)
Sets the wmMonthlyMinutesMin value for this CfgContract.
|
void |
setWmMonthlyMinutesOver(int wmMonthlyMinutesOver)
Sets the wmMonthlyMinutesOver value for this CfgContract.
|
void |
setWmMonthlyMinutesOver2(int wmMonthlyMinutesOver2)
Sets the wmMonthlyMinutesOver2 value for this CfgContract.
|
void |
setWmMonthlyMinutesStd(int wmMonthlyMinutesStd)
Sets the wmMonthlyMinutesStd value for this CfgContract.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgContract.
|
void |
setWmOver2Enabled(boolean wmOver2Enabled)
Sets the wmOver2Enabled value for this CfgContract.
|
void |
setWmOverEnabled(boolean wmOverEnabled)
Sets the wmOverEnabled value for this CfgContract.
|
void |
setWmSatOffEnabled(boolean wmSatOffEnabled)
Sets the wmSatOffEnabled value for this CfgContract.
|
void |
setWmSatOffMax(int wmSatOffMax)
Sets the wmSatOffMax value for this CfgContract.
|
void |
setWmSatOffMin(int wmSatOffMin)
Sets the wmSatOffMin value for this CfgContract.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgContract.
|
void |
setWmSunOffEnabled(boolean wmSunOffEnabled)
Sets the wmSunOffEnabled value for this CfgContract.
|
void |
setWmSunOffMax(int wmSunOffMax)
Sets the wmSunOffMax value for this CfgContract.
|
void |
setWmSunOffMin(int wmSunOffMin)
Sets the wmSunOffMin value for this CfgContract.
|
void |
setWmSynchThreshold(int wmSynchThreshold)
Sets the wmSynchThreshold value for this CfgContract.
|
void |
setWmSynchWeeks(int wmSynchWeeks)
Sets the wmSynchWeeks value for this CfgContract.
|
void |
setWmWeekendOffEnabled(boolean wmWeekendOffEnabled)
Sets the wmWeekendOffEnabled value for this CfgContract.
|
void |
setWmWeekendOffMax(int wmWeekendOffMax)
Sets the wmWeekendOffMax value for this CfgContract.
|
void |
setWmWeekendOffMin(int wmWeekendOffMin)
Sets the wmWeekendOffMin value for this CfgContract.
|
void |
setWmWeeklyDaysMax(int wmWeeklyDaysMax)
Sets the wmWeeklyDaysMax value for this CfgContract.
|
void |
setWmWeeklyDaysMin(int wmWeeklyDaysMin)
Sets the wmWeeklyDaysMin value for this CfgContract.
|
void |
setWmWeeklyMinutesMax(int wmWeeklyMinutesMax)
Sets the wmWeeklyMinutesMax value for this CfgContract.
|
void |
setWmWeeklyMinutesMin(int wmWeeklyMinutesMin)
Sets the wmWeeklyMinutesMin value for this CfgContract.
|
void |
setWmWeeklyMinutesOver(int wmWeeklyMinutesOver)
Sets the wmWeeklyMinutesOver value for this CfgContract.
|
void |
setWmWeeklyMinutesOver2(int wmWeeklyMinutesOver2)
Sets the wmWeeklyMinutesOver2 value for this CfgContract.
|
void |
setWmWeeklyMinutesStd(int wmWeeklyMinutesStd)
Sets the wmWeeklyMinutesStd value for this CfgContract.
|
private int wmContractId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private int wmIcon
private int wmDailyMinutesStd
private int wmDailyMinutesMin
private int wmDailyMinutesMax
private int wmWeeklyMinutesStd
private int wmWeeklyMinutesMin
private int wmWeeklyMinutesMax
private int wmMonthlyMinutesStd
private int wmMonthlyMinutesMin
private int wmMonthlyMinutesMax
private int wmMaxBetweenDaysoff
private int wmWeeklyDaysMin
private int wmWeeklyDaysMax
private boolean wmSunOffEnabled
private int wmSunOffMin
private int wmSunOffMax
private boolean wmSatOffEnabled
private int wmSatOffMin
private int wmSatOffMax
private boolean wmWeekendOffEnabled
private int wmWeekendOffMin
private int wmWeekendOffMax
private int wmDailyMinutesOver
private int wmWeeklyMinutesOver
private int wmMonthlyMinutesOver
private double wmCompensationOver
private int wmDailyMinutesOver2
private int wmWeeklyMinutesOver2
private int wmMonthlyMinutesOver2
private double wmCompensationOver2
private boolean wmOverEnabled
private boolean wmOver2Enabled
private int wmMinConsecTimeoff
private int wmDayoffMin
private int wmDayoffMax
private int wmDayoffEx
private int wmSynchThreshold
private int wmSynchWeeks
private CfgContractWeekHours[] wmAvailabilities
CfgContractWeekHours
) for every week day.
Index 0 - Mon, 1 - Tue, 2 - Wed, 3 - Thu, 4 - Fri, 5 - Sat, 6 - Sunprivate CfgContractMonthHours[] wmContractMonthHours
CfgContractMonthHours
)
Index 0 - Jan, 2 - Feb, ..., 11 - Decprivate int wmContractShiftsNSizeIs
private int[] wmContractShifts
CfgShift
) that are associated with Contractprivate long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgContract()
public CfgContract(int wmContractId, int wmSiteId, java.lang.String wmName, int wmIcon, int wmDailyMinutesStd, int wmDailyMinutesMin, int wmDailyMinutesMax, int wmWeeklyMinutesStd, int wmWeeklyMinutesMin, int wmWeeklyMinutesMax, int wmMonthlyMinutesStd, int wmMonthlyMinutesMin, int wmMonthlyMinutesMax, int wmMaxBetweenDaysoff, int wmWeeklyDaysMin, int wmWeeklyDaysMax, boolean wmSunOffEnabled, int wmSunOffMin, int wmSunOffMax, boolean wmSatOffEnabled, int wmSatOffMin, int wmSatOffMax, boolean wmWeekendOffEnabled, int wmWeekendOffMin, int wmWeekendOffMax, int wmDailyMinutesOver, int wmWeeklyMinutesOver, int wmMonthlyMinutesOver, double wmCompensationOver, int wmDailyMinutesOver2, int wmWeeklyMinutesOver2, int wmMonthlyMinutesOver2, double wmCompensationOver2, boolean wmOverEnabled, boolean wmOver2Enabled, int wmMinConsecTimeoff, int wmDayoffMin, int wmDayoffMax, int wmDayoffEx, int wmSynchThreshold, int wmSynchWeeks, CfgContractWeekHours[] wmAvailabilities, CfgContractMonthHours[] wmContractMonthHours, int wmContractShiftsNSizeIs, int[] wmContractShifts, long timestamp)
public int getWmContractId()
public void setWmContractId(int wmContractId)
wmContractId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public int getWmIcon()
public void setWmIcon(int wmIcon)
wmIcon
- public int getWmDailyMinutesStd()
public void setWmDailyMinutesStd(int wmDailyMinutesStd)
wmDailyMinutesStd
- public int getWmDailyMinutesMin()
public void setWmDailyMinutesMin(int wmDailyMinutesMin)
wmDailyMinutesMin
- public int getWmDailyMinutesMax()
public void setWmDailyMinutesMax(int wmDailyMinutesMax)
wmDailyMinutesMax
- public int getWmWeeklyMinutesStd()
public void setWmWeeklyMinutesStd(int wmWeeklyMinutesStd)
wmWeeklyMinutesStd
- public int getWmWeeklyMinutesMin()
public void setWmWeeklyMinutesMin(int wmWeeklyMinutesMin)
wmWeeklyMinutesMin
- public int getWmWeeklyMinutesMax()
public void setWmWeeklyMinutesMax(int wmWeeklyMinutesMax)
wmWeeklyMinutesMax
- public int getWmMonthlyMinutesStd()
public void setWmMonthlyMinutesStd(int wmMonthlyMinutesStd)
wmMonthlyMinutesStd
- public int getWmMonthlyMinutesMin()
public void setWmMonthlyMinutesMin(int wmMonthlyMinutesMin)
wmMonthlyMinutesMin
- public int getWmMonthlyMinutesMax()
public void setWmMonthlyMinutesMax(int wmMonthlyMinutesMax)
wmMonthlyMinutesMax
- public int getWmMaxBetweenDaysoff()
public void setWmMaxBetweenDaysoff(int wmMaxBetweenDaysoff)
wmMaxBetweenDaysoff
- public int getWmWeeklyDaysMin()
public void setWmWeeklyDaysMin(int wmWeeklyDaysMin)
wmWeeklyDaysMin
- public int getWmWeeklyDaysMax()
public void setWmWeeklyDaysMax(int wmWeeklyDaysMax)
wmWeeklyDaysMax
- public boolean isWmSunOffEnabled()
public void setWmSunOffEnabled(boolean wmSunOffEnabled)
wmSunOffEnabled
- public int getWmSunOffMin()
public void setWmSunOffMin(int wmSunOffMin)
wmSunOffMin
- public int getWmSunOffMax()
public void setWmSunOffMax(int wmSunOffMax)
wmSunOffMax
- public boolean isWmSatOffEnabled()
public void setWmSatOffEnabled(boolean wmSatOffEnabled)
wmSatOffEnabled
- public int getWmSatOffMin()
public void setWmSatOffMin(int wmSatOffMin)
wmSatOffMin
- public int getWmSatOffMax()
public void setWmSatOffMax(int wmSatOffMax)
wmSatOffMax
- public boolean isWmWeekendOffEnabled()
public void setWmWeekendOffEnabled(boolean wmWeekendOffEnabled)
wmWeekendOffEnabled
- public int getWmWeekendOffMin()
public void setWmWeekendOffMin(int wmWeekendOffMin)
wmWeekendOffMin
- public int getWmWeekendOffMax()
public void setWmWeekendOffMax(int wmWeekendOffMax)
wmWeekendOffMax
- public int getWmDailyMinutesOver()
public void setWmDailyMinutesOver(int wmDailyMinutesOver)
wmDailyMinutesOver
- public int getWmWeeklyMinutesOver()
public void setWmWeeklyMinutesOver(int wmWeeklyMinutesOver)
wmWeeklyMinutesOver
- public int getWmMonthlyMinutesOver()
public void setWmMonthlyMinutesOver(int wmMonthlyMinutesOver)
wmMonthlyMinutesOver
- public double getWmCompensationOver()
public void setWmCompensationOver(double wmCompensationOver)
wmCompensationOver
- public int getWmDailyMinutesOver2()
public void setWmDailyMinutesOver2(int wmDailyMinutesOver2)
wmDailyMinutesOver2
- public int getWmWeeklyMinutesOver2()
public void setWmWeeklyMinutesOver2(int wmWeeklyMinutesOver2)
wmWeeklyMinutesOver2
- public int getWmMonthlyMinutesOver2()
public void setWmMonthlyMinutesOver2(int wmMonthlyMinutesOver2)
wmMonthlyMinutesOver2
- public double getWmCompensationOver2()
public void setWmCompensationOver2(double wmCompensationOver2)
wmCompensationOver2
- public boolean isWmOverEnabled()
public void setWmOverEnabled(boolean wmOverEnabled)
wmOverEnabled
- public boolean isWmOver2Enabled()
public void setWmOver2Enabled(boolean wmOver2Enabled)
wmOver2Enabled
- public int getWmMinConsecTimeoff()
public void setWmMinConsecTimeoff(int wmMinConsecTimeoff)
wmMinConsecTimeoff
- public int getWmDayoffMin()
public void setWmDayoffMin(int wmDayoffMin)
wmDayoffMin
- public int getWmDayoffMax()
public void setWmDayoffMax(int wmDayoffMax)
wmDayoffMax
- public int getWmDayoffEx()
public void setWmDayoffEx(int wmDayoffEx)
wmDayoffEx
- public int getWmSynchThreshold()
public void setWmSynchThreshold(int wmSynchThreshold)
wmSynchThreshold
- public int getWmSynchWeeks()
public void setWmSynchWeeks(int wmSynchWeeks)
wmSynchWeeks
- public CfgContractWeekHours[] getWmAvailabilities()
public void setWmAvailabilities(CfgContractWeekHours[] wmAvailabilities)
wmAvailabilities
- public CfgContractMonthHours[] getWmContractMonthHours()
public void setWmContractMonthHours(CfgContractMonthHours[] wmContractMonthHours)
wmContractMonthHours
- public int getWmContractShiftsNSizeIs()
public void setWmContractShiftsNSizeIs(int wmContractShiftsNSizeIs)
wmContractShiftsNSizeIs
- public int[] getWmContractShifts()
public void setWmContractShifts(int[] wmContractShifts)
wmContractShifts
- public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- 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.