public class CfgExceptionType
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 boolean |
wmConvertable2DayOff
Is convertable to Day Off? (true/false)
|
private double |
wmDeletedDateTime |
private int |
wmExceptionTypeId
Exception Type ID
|
private boolean |
wmFullDay
Is full-day? (true/false)
|
private java.lang.String |
wmName
Time Off Type Name
|
private boolean |
wmOnsite
Is on-site? (true/false)
|
private boolean |
wmPaid
Is Exception paid? (true/false)
|
private java.lang.String |
wmShortName
Time Off Type Short Name
|
private int |
wmSiteId
Site ID, identifies
CfgSite object |
private int |
wmTimeOffTypeId
Time Off Type ID if wmUsedAsVacation = true
|
private int |
wmTradeRule
Trading Rule (
ECfgTradeRule ) |
private boolean |
wmUsedAsVacation
Is used as Time Off? (true/false)
|
private boolean |
wmUsedInMeeting
Used as a Meeting? (true/false)
|
Constructor and Description |
---|
CfgExceptionType() |
CfgExceptionType(int wmExceptionTypeId,
int wmSiteId,
java.lang.String wmName,
java.lang.String wmShortName,
boolean wmUsedInMeeting,
boolean wmPaid,
boolean wmOnsite,
boolean wmFullDay,
boolean wmConvertable2DayOff,
boolean wmUsedAsVacation,
int wmTimeOffTypeId,
int wmTradeRule,
double wmDeletedDateTime,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getTimestamp()
Gets the timestamp value for this CfgExceptionType.
|
double |
getWmDeletedDateTime()
Gets the wmDeletedDateTime value for this CfgExceptionType.
|
int |
getWmExceptionTypeId()
Gets the wmExceptionTypeId value for this CfgExceptionType.
|
java.lang.String |
getWmName()
Gets the wmName value for this CfgExceptionType.
|
java.lang.String |
getWmShortName()
Gets the wmShortName value for this CfgExceptionType.
|
int |
getWmSiteId()
Gets the wmSiteId value for this CfgExceptionType.
|
int |
getWmTimeOffTypeId()
Gets the wmTimeOffTypeId value for this CfgExceptionType.
|
int |
getWmTradeRule()
Gets the wmTradeRule value for this CfgExceptionType.
|
int |
hashCode() |
boolean |
isWmConvertable2DayOff()
Gets the wmConvertable2DayOff value for this CfgExceptionType.
|
boolean |
isWmFullDay()
Gets the wmFullDay value for this CfgExceptionType.
|
boolean |
isWmOnsite()
Gets the wmOnsite value for this CfgExceptionType.
|
boolean |
isWmPaid()
Gets the wmPaid value for this CfgExceptionType.
|
boolean |
isWmUsedAsVacation()
Gets the wmUsedAsVacation value for this CfgExceptionType.
|
boolean |
isWmUsedInMeeting()
Gets the wmUsedInMeeting value for this CfgExceptionType.
|
void |
setTimestamp(long timestamp)
Sets the timestamp value for this CfgExceptionType.
|
void |
setWmConvertable2DayOff(boolean wmConvertable2DayOff)
Sets the wmConvertable2DayOff value for this CfgExceptionType.
|
void |
setWmDeletedDateTime(double wmDeletedDateTime)
Sets the wmDeletedDateTime value for this CfgExceptionType.
|
void |
setWmExceptionTypeId(int wmExceptionTypeId)
Sets the wmExceptionTypeId value for this CfgExceptionType.
|
void |
setWmFullDay(boolean wmFullDay)
Sets the wmFullDay value for this CfgExceptionType.
|
void |
setWmName(java.lang.String wmName)
Sets the wmName value for this CfgExceptionType.
|
void |
setWmOnsite(boolean wmOnsite)
Sets the wmOnsite value for this CfgExceptionType.
|
void |
setWmPaid(boolean wmPaid)
Sets the wmPaid value for this CfgExceptionType.
|
void |
setWmShortName(java.lang.String wmShortName)
Sets the wmShortName value for this CfgExceptionType.
|
void |
setWmSiteId(int wmSiteId)
Sets the wmSiteId value for this CfgExceptionType.
|
void |
setWmTimeOffTypeId(int wmTimeOffTypeId)
Sets the wmTimeOffTypeId value for this CfgExceptionType.
|
void |
setWmTradeRule(int wmTradeRule)
Sets the wmTradeRule value for this CfgExceptionType.
|
void |
setWmUsedAsVacation(boolean wmUsedAsVacation)
Sets the wmUsedAsVacation value for this CfgExceptionType.
|
void |
setWmUsedInMeeting(boolean wmUsedInMeeting)
Sets the wmUsedInMeeting value for this CfgExceptionType.
|
private int wmExceptionTypeId
private int wmSiteId
CfgSite
objectprivate java.lang.String wmName
private java.lang.String wmShortName
private boolean wmUsedInMeeting
private boolean wmPaid
private boolean wmOnsite
private boolean wmFullDay
private boolean wmConvertable2DayOff
private boolean wmUsedAsVacation
private int wmTimeOffTypeId
private int wmTradeRule
ECfgTradeRule
)private double wmDeletedDateTime
private long timestamp
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
public CfgExceptionType()
public CfgExceptionType(int wmExceptionTypeId, int wmSiteId, java.lang.String wmName, java.lang.String wmShortName, boolean wmUsedInMeeting, boolean wmPaid, boolean wmOnsite, boolean wmFullDay, boolean wmConvertable2DayOff, boolean wmUsedAsVacation, int wmTimeOffTypeId, int wmTradeRule, double wmDeletedDateTime, long timestamp)
public int getWmExceptionTypeId()
public void setWmExceptionTypeId(int wmExceptionTypeId)
wmExceptionTypeId
- public int getWmSiteId()
public void setWmSiteId(int wmSiteId)
wmSiteId
- public java.lang.String getWmName()
public void setWmName(java.lang.String wmName)
wmName
- public java.lang.String getWmShortName()
public void setWmShortName(java.lang.String wmShortName)
wmShortName
- public boolean isWmUsedInMeeting()
public void setWmUsedInMeeting(boolean wmUsedInMeeting)
wmUsedInMeeting
- public boolean isWmPaid()
public void setWmPaid(boolean wmPaid)
wmPaid
- public boolean isWmOnsite()
public void setWmOnsite(boolean wmOnsite)
wmOnsite
- public boolean isWmFullDay()
public void setWmFullDay(boolean wmFullDay)
wmFullDay
- public boolean isWmConvertable2DayOff()
public void setWmConvertable2DayOff(boolean wmConvertable2DayOff)
wmConvertable2DayOff
- public boolean isWmUsedAsVacation()
public void setWmUsedAsVacation(boolean wmUsedAsVacation)
wmUsedAsVacation
- public int getWmTimeOffTypeId()
public void setWmTimeOffTypeId(int wmTimeOffTypeId)
wmTimeOffTypeId
- public int getWmTradeRule()
public void setWmTradeRule(int wmTradeRule)
wmTradeRule
- public double getWmDeletedDateTime()
public void setWmDeletedDateTime(double wmDeletedDateTime)
wmDeletedDateTime
- 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.